Enum AnimationEffect
Defines the animation effects for the Progress Button.
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public enum AnimationEffect
Remarks
This enumeration allows you to specify a visual effect that occurs during the button's progress state.
Fields
| Name | Description |
|---|---|
| None | Specifies that no animation effect will be applied. |
| SlideDown | Applies a slide-down animation effect. |
| SlideLeft | Applies a slide-left animation effect. |
| SlideRight | Applies a slide-right animation effect. |
| SlideUp | Applies a slide-up animation effect. |
| ZoomIn | Applies a zoom-in animation effect. |
| ZoomOut | Applies a zoom-out animation effect. |