menu

Blazor

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

    Show / Hide Table of Contents

    Class MenuAnimationSettings

    Specifies the animation settings for the menu open.

    Inheritance
    System.Object
    MenuAnimationSettings
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MenuAnimationSettings : OwningComponentBase

    Constructors

    MenuAnimationSettings()

    Declaration
    public MenuAnimationSettings()

    Properties

    Duration

    Specifies the time duration to transform object.

    Declaration
    public double Duration { get; set; }
    Property Value
    Type
    System.Double

    Easing

    Specifies the easing effect applied while transform.

    Declaration
    public string Easing { get; set; }
    Property Value
    Type
    System.String

    Effect

    Specifies the effect that shown in the sub menu transform. The possible effects are: None: Specifies the sub menu transform with no animation effect. SlideDown: Specifies the sub menu transform with slide down effect. ZoomIn: Specifies the sub menu transform with zoom in effect. FadeIn: Specifies the sub menu transform with fade in effect.

    Declaration
    public MenuEffect Effect { get; set; }
    Property Value
    Type
    MenuEffect

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved