New to Kendo UI for Angular? Start a free 30-day trial
SkeletonAnimation
Specifies the animation settings for the Skeleton component.
The possible values are:
pulse
—(Default) Shows a pulse animation effect.wave
—Shows a wave animation effect.false
—Disables the animation. (Boolean, not a string)
type
SkeletonAnimation = "false" | "pulse" | "wave";