Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DialogAnimationSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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:

    1. Fade
    2. FadeZoom
    3. FlipLeftDown
    4. FlipLeftUp
    5. FlipRightDown
    6. FlipRightUp
    7. FlipXDown
    8. FlipXUp
    9. FlipYLeft
    10. FlipYRight
    11. SlideBottom
    12. SlideLeft
    13. SlideRight
    14. SlideTop
    15. Zoom
    16. 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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved