Enum DropDownMenuAnimationEffect
Specifies the animation effects available for the DropDown Menu popup.
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public enum DropDownMenuAnimationEffect
Remarks
This enumeration is used to define how the dropdown menu appears when it opens.
Fields
| Name | Description |
|---|---|
| FadeIn | Applies a fade-in animation, where the menu gradually becomes visible. |
| None | Specifies that no animation will be applied when the dropdown menu opens. |
| SlideDown | Applies a slide-down animation, where the menu appears to slide down from the top. |
| ZoomIn | Applies a zoom-in animation, where the menu appears to grow from the center. |