Enum ShimmerEffect
Defines the animation effect of the Skeleton.
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ShimmerEffect
Remarks
Animation effects provide visual feedback to users indicating that content is loading. Different effects can be chosen based on the desired user experience and design requirements.
Fields
| Name | Description |
|---|---|
| Fade | Defines the animation as fade effect. |
| None | Defines the animation as no effect. |
| Pulse | Defines the animation as pulse effect. |
| Wave | Defines the animation as shimmer wave effect. |