menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DialogEffect - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DialogEffect

    Specifies the built-in animation effect to apply when the SfDialog is shown or hidden.

    Inheritance
    System.Object
    DialogEffect
    Namespace: Syncfusion.Blazor.Popups
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class DialogEffect : Enum
    Remarks

    These effects provide visual transitions to enhance user experience. The animation is determined by the Effect property.

    Fields

    Fade

    The dialog fades in when opening and fades out when closing.

    Declaration
    public const DialogEffect Fade
    Field Value
    Type
    DialogEffect

    FadeZoom

    The dialog fades and zooms in when opening, and fades and zooms out when closing.

    Declaration
    public const DialogEffect FadeZoom
    Field Value
    Type
    DialogEffect

    FlipLeftDown

    The dialog flips in from the left and downwards when opening.

    Declaration
    public const DialogEffect FlipLeftDown
    Field Value
    Type
    DialogEffect

    FlipLeftUp

    The dialog flips in from the left and upwards when opening.

    Declaration
    public const DialogEffect FlipLeftUp
    Field Value
    Type
    DialogEffect

    FlipRightDown

    The dialog flips in from the right and downwards when opening.

    Declaration
    public const DialogEffect FlipRightDown
    Field Value
    Type
    DialogEffect

    FlipRightUp

    The dialog flips in from the right and upwards when opening.

    Declaration
    public const DialogEffect FlipRightUp
    Field Value
    Type
    DialogEffect

    FlipXDown

    The dialog flips downwards on its X-axis when opening.

    Declaration
    public const DialogEffect FlipXDown
    Field Value
    Type
    DialogEffect

    FlipXUp

    The dialog flips upwards on its X-axis when opening.

    Declaration
    public const DialogEffect FlipXUp
    Field Value
    Type
    DialogEffect

    FlipYLeft

    The dialog flips to the left on its Y-axis when opening.

    Declaration
    public const DialogEffect FlipYLeft
    Field Value
    Type
    DialogEffect

    FlipYRight

    The dialog flips to the right on its Y-axis when opening.

    Declaration
    public const DialogEffect FlipYRight
    Field Value
    Type
    DialogEffect

    None

    No animation is applied. The dialog appears and disappears instantly.

    Declaration
    public const DialogEffect None
    Field Value
    Type
    DialogEffect

    SlideBottom

    The dialog slides in from the bottom when opening.

    Declaration
    public const DialogEffect SlideBottom
    Field Value
    Type
    DialogEffect

    SlideLeft

    The dialog slides in from the left when opening.

    Declaration
    public const DialogEffect SlideLeft
    Field Value
    Type
    DialogEffect

    SlideRight

    The dialog slides in from the right when opening.

    Declaration
    public const DialogEffect SlideRight
    Field Value
    Type
    DialogEffect

    SlideTop

    The dialog slides in from the top when opening.

    Declaration
    public const DialogEffect SlideTop
    Field Value
    Type
    DialogEffect

    Zoom

    The dialog zooms in when opening and zooms out when closing.

    Declaration
    public const DialogEffect Zoom
    Field Value
    Type
    DialogEffect
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved