Fixed #1103 - Animation "none" not working for Skeleton
parent
e7dab1199c
commit
5f9bc71d3d
|
@ -34,7 +34,7 @@ export default {
|
|||
containerClass() {
|
||||
return ['p-skeleton p-component', {
|
||||
'p-skeleton-circle': this.shape === 'circle',
|
||||
'p-skeleton-animation-none': this.animation === 'none'
|
||||
'p-skeleton-none': this.animation === 'none'
|
||||
}];
|
||||
},
|
||||
containerStyle() {
|
||||
|
|
Loading…
Reference in New Issue