Enum Animation
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the type of animation used for a MudSkeleton component.
public enum Animation
- Extension Methods
Fields
False = 0
No animation occurs.
Pulse = 1
The animation fades in and out in a pulsing loop.
Wave = 2
A left-to-right wave effect occurs.