New to Kendo UI for AngularStart 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";

Not finding the help you need?
Contact Support