Class DropDownMenuAnimationEffect
Specifies the animation effect for the DropDownMenu popup.
Inheritance
System.Object
DropDownMenuAnimationEffect
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DropDownMenuAnimationEffect : Enum
Fields
FadeIn
Specifies the FadeIn animation effect for the DropDownMenu popup.
Declaration
public const DropDownMenuAnimationEffect FadeIn
Field Value
Type | Description |
---|---|
DropDownMenuAnimationEffect | Represents the string value: "FadeIn" |
None
Specifies no animation effect for the DropDownMenu popup.
Declaration
public const DropDownMenuAnimationEffect None
Field Value
Type | Description |
---|---|
DropDownMenuAnimationEffect | Represents the string value: "None" |
SlideDown
Specifies the SlideDown animation effect for the DropDownMenu popup.
Declaration
public const DropDownMenuAnimationEffect SlideDown
Field Value
Type | Description |
---|---|
DropDownMenuAnimationEffect | Represents the string value: "SlideDown" |
ZoomIn
Specifies the ZoomIn animation effect for the DropDownMenu popup.
Declaration
public const DropDownMenuAnimationEffect ZoomIn
Field Value
Type | Description |
---|---|
DropDownMenuAnimationEffect | Represents the string value: "ZoomIn" |