Class AnimationEffect
Defines the animation effect of progress button.
Inheritance
System.Object
AnimationEffect
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AnimationEffect : Enum
Fields
None
No effect.
Declaration
public const AnimationEffect None
Field Value
Type |
---|
AnimationEffect |
SlideDown
To set the slide down effect.
Declaration
public const AnimationEffect SlideDown
Field Value
Type |
---|
AnimationEffect |
SlideLeft
To set the slide left effect.
Declaration
public const AnimationEffect SlideLeft
Field Value
Type |
---|
AnimationEffect |
SlideRight
To set the slide right effect.
Declaration
public const AnimationEffect SlideRight
Field Value
Type |
---|
AnimationEffect |
SlideUp
To set the slide up effect.
Declaration
public const AnimationEffect SlideUp
Field Value
Type |
---|
AnimationEffect |
ZoomIn
To set the zoom in effect.
Declaration
public const AnimationEffect ZoomIn
Field Value
Type |
---|
AnimationEffect |
ZoomOut
To set the zoom out effect.
Declaration
public const AnimationEffect ZoomOut
Field Value
Type |
---|
AnimationEffect |