New to Kendo UI for AngularStart a free 30-day trial

SkeletonAnimation

Specifies the animation settings of the Skeleton.

The possible values are:

  • pulse — (Default) Shows a pulse animation effect.
  • wave — Shows a wave animation effect.
  • false — Disables the animation. Note that it's a boolean, not a string.

type SkeletonAnimation = "false" | "pulse" | "wave";

Not finding the help you need?
Contact Support