Class AnimationEffect
Defines the animation effects for the Progress Button.
Inheritance
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AnimationEffect : Enum
Remarks
This enumeration allows you to specify a visual effect that occurs during the button's progress state.
Fields
None
Specifies that no animation effect will be applied.
Declaration
public const AnimationEffect None
Field Value
Type |
---|
AnimationEffect |
Remarks
The button's appearance will not change during the progress state.
SlideDown
Applies a slide-down animation effect.
Declaration
public const AnimationEffect SlideDown
Field Value
Type |
---|
AnimationEffect |
Remarks
The button's content will slide downward during the progress animation.
SlideLeft
Applies a slide-left animation effect.
Declaration
public const AnimationEffect SlideLeft
Field Value
Type |
---|
AnimationEffect |
Remarks
The button's content will slide to the left during the progress animation.
SlideRight
Applies a slide-right animation effect.
Declaration
public const AnimationEffect SlideRight
Field Value
Type |
---|
AnimationEffect |
Remarks
The button's content will slide to the right during the progress animation.
SlideUp
Applies a slide-up animation effect.
Declaration
public const AnimationEffect SlideUp
Field Value
Type |
---|
AnimationEffect |
Remarks
The button's content will slide upward during the progress animation.
ZoomIn
Applies a zoom-in animation effect.
Declaration
public const AnimationEffect ZoomIn
Field Value
Type |
---|
AnimationEffect |
Remarks
The button's content will zoom in during the progress animation.
ZoomOut
Applies a zoom-out animation effect.
Declaration
public const AnimationEffect ZoomOut
Field Value
Type |
---|
AnimationEffect |
Remarks
The button's content will zoom out during the progress animation.