Class TabAnimationNext
Specifies the animation to appear when moving to the next Tab content.
Inheritance
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class TabAnimationNext : OwningComponentBase
Constructors
TabAnimationNext()
Declaration
public TabAnimationNext()
Properties
Duration
Specifies the time duration to transform content.
Declaration
public int Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Easing
Specifies the easing effect applied when transforming the content.
Declaration
public string Easing { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Effect
Specifies the animation effect for displaying the next Tab content. Default animation is given as SlideRightIn for next tab animation. You can also disable the animation by setting the animation effect as none.
Declaration
public AnimationEffect Effect { get; set; }
Property Value
Type | Description |
---|---|
AnimationEffect |
Methods
Dispose(Boolean)
Dispose unmanaged resources in the Syncfusion Blazor component.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Boolean value to dispose the object. |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |
OnParametersSetAsync()
Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |