menu

Blazor

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

    Show / Hide Table of Contents

    Class DropDownMenuAnimationEffect

    Specifies the animation effects available for the DropDown Menu popup.

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

    This enumeration is used to define how the dropdown menu appears when it opens.

    Fields

    FadeIn

    Applies a fade-in animation, where the menu gradually becomes visible.

    Declaration
    public const DropDownMenuAnimationEffect FadeIn
    Field Value
    Type
    DropDownMenuAnimationEffect
    Remarks

    This provides a subtle fading effect as the dropdown menu opens.

    None

    Specifies that no animation will be applied when the dropdown menu opens.

    Declaration
    public const DropDownMenuAnimationEffect None
    Field Value
    Type
    DropDownMenuAnimationEffect
    Remarks

    The menu will appear instantly without any visual effect.

    SlideDown

    Applies a slide-down animation, where the menu appears to slide down from the top.

    Declaration
    public const DropDownMenuAnimationEffect SlideDown
    Field Value
    Type
    DropDownMenuAnimationEffect
    Remarks

    This provides a smooth vertical opening effect for the dropdown menu.

    ZoomIn

    Applies a zoom-in animation, where the menu appears to grow from the center.

    Declaration
    public const DropDownMenuAnimationEffect ZoomIn
    Field Value
    Type
    DropDownMenuAnimationEffect
    Remarks

    This creates a scaling effect as the dropdown menu opens.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved