Class DialogAnimationSettings
The class provides data for the animation to Dialog.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
DialogAnimationSettings
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public class DialogAnimationSettings : SfBaseComponent
Constructors
DialogAnimationSettings()
Declaration
public DialogAnimationSettings()
Properties
Delay
Specifies the delay in milliseconds to start the animation.
Declaration
public double Delay { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Duration
Specifies the duration in milliseconds that the animation takes to open or close the dialog.
Declaration
public double Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Effect
Specifies the animation name that should be applied on while opening and closing the dialog.
If the user sets Fade animation, the dialog will open with the FadeIn
effect and close with the FadeOut
effect.
The following are the list of animation effects available to configure to the dialog:
- Fade
- FadeZoom
- FlipLeftDown
- FlipLeftUp
- FlipRightDown
- FlipRightUp
- FlipXDown
- FlipXUp
- FlipYLeft
- FlipYRight
- SlideBottom
- SlideLeft
- SlideRight
- SlideTop
- Zoom
- None
Declaration
public DialogEffect Effect { get; set; }
Property Value
Type | Description |
---|---|
DialogEffect |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()