Class SkeletonAnimationType
Defines the skeleton animation type.
Inheritance
System.Object
SkeletonAnimationType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class SkeletonAnimationType : Enum
Fields
None
Disables the animation.
Declaration
public const SkeletonAnimationType None
Field Value
SkeletonAnimationType
|
Pulse
Shows a pulse animation effect.
Declaration
public const SkeletonAnimationType Pulse
Field Value
SkeletonAnimationType
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Wave
Shows a wave animation effect.
Declaration
public const SkeletonAnimationType Wave
Field Value
SkeletonAnimationType
|