Specifies the animation settings for the menu open.
Inheritance
MenuAnimationSettings
Assembly: Syncfusion.Blazor.dll
public class MenuAnimationSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
Declaration
public MenuAnimationSettings()
Properties
Specifies the time duration to transform object.
Declaration
[Parameter]
public double Duration { get; set; }
Property Value
Specifies the easing effect applied while transform.
Declaration
[Parameter]
public string Easing { get; set; }
Property Value
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
[Parameter]
public MenuEffect Effect { get; set; }
Property Value
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
Overrides
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Implements