Class ProgressButtonAnimationSettings
Specifies the animation settings for the progress button.
Inheritance
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public class ProgressButtonAnimationSettings : OwningComponentBase
Constructors
ProgressButtonAnimationSettings()
Declaration
public ProgressButtonAnimationSettings()
Properties
Duration
Gets or sets a value that indicates the duration of the animation done in the progress button.
Declaration
public double Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts a double value to set the duration of the animation of progress button. The default value is |
Easing
Gets or sets a value that indicates the animation timing function of the progress button component.
Declaration
public string Easing { get; set; }
Property Value
Type | Description |
---|---|
System.String |
|
Effect
Gets or sets the animation effect of the progress button component.
Declaration
public AnimationEffect Effect { get; set; }
Property Value
Type | Description |
---|---|
AnimationEffect | One of the AnimationEffect enumeration. The default value is None |
Remarks
If the AnimationEffect
is SlideLeft
, the content will be moved with slide left animation.
If the AnimationEffect
is SlideRight
, the content will be moved with slide right animation.
If the AnimationEffect
is SlideUp
, the content will be moved with slide up animation.
If the AnimationEffect
is SlideDown
, the content will be moved with slide down animation.
If the AnimationEffect
is ZoomIn
, the content will be moved with zoom in animation.
If the AnimationEffect
is ZoomOut
, the content will be moved with zoom out animation
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |