Specifies the animation type for the skeleton loading view.
Definition
Namespace:Telerik.Maui.Controls.Skeleton
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum SkeletonAnimationType
Fields
No animation is applied to the skeleton. The skeleton remains static without any visual effects.
C#
None = 0
Applies a pulsing animation that smoothly fades the skeleton in and out, creating a subtle breathing effect. This is the default animation type and provides visual feedback that content is actively loading.
C#
Pulse = 1