Class TreeViewAnimationExpand
Specifies the animation to appear while expanding the TreeView item.
Inherited Members
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeViewAnimationExpand : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
TreeViewAnimationExpand()
Declaration
public TreeViewAnimationExpand()
Properties
Duration
Specifies the time duration to transform content.
Declaration
[Parameter]
public int Duration { get; set; }
Property Value
| Type |
|---|
| int |
Easing
Specifies the easing effect applied when transforming the content.
Declaration
[Parameter]
public string Easing { get; set; }
Property Value
| Type |
|---|
| string |
Effect
Specifies the animation effect for expanding the TreeView node. Default animation is given as SlideDown. You can also disable the animation by setting the animation effect as None.
Declaration
[Parameter]
[JsonConverter(typeof(JsonStringEnumConverter))]
public AnimationEffect Effect { get; set; }
Property Value
| Type |
|---|
| AnimationEffect |
Methods
Dispose(bool)
Dispose the Expand animation value.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | "Task". |