Class DialogAnimationOptions
The animation options for the built-in dialogs is shown using ConfirmAsync(String, String, DialogOptions), AlertAsync(String, String, DialogOptions) and PromptAsync(String, String, DialogOptions) methods.
Inheritance
System.Object
DialogAnimationOptions
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public class DialogAnimationOptions : Object
Constructors
DialogAnimationOptions()
Declaration
public DialogAnimationOptions()
Properties
Delay
Gets or sets the delay in milliseconds to start the animation.
Declaration
public int Delay { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The amount of time in milliseconds to delay animation before start. |
Duration
Gets or sets the duration in milliseconds that the animation takes to open or close the dialog.
Declaration
public int Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The amount of time in milliseconds to complete animation. |
Effect
Gets or sets the animation effect to apply when open and close the dialog.
If the user sets Fade animation, the dialog will open with the FadeIn
effect and close with the FadeOut
effect.
Declaration
public DialogEffect Effect { get; set; }
Property Value
Type | Description |
---|---|
DialogEffect | The following are the list of animation effects available to configure:
|