Class
TelerikAnimationContainer

A container that can be positioned and sized as desired, and shows with an animation.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TelerikAnimationContainer : AnimationBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseBaseComponentAnimationBaseTelerikAnimationContainer

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members AnimationBase.TopAnimationBase.LeftAnimationBase.WidthAnimationBase.HeightAnimationBase.ShowDelayAnimationBase.HideDelayAnimationBase.AnimationTypeAnimationBase.AnimationDurationAnimationBase.ChildContentAnimationBase.ParentInlineStyleAnimationBase.ParentClassBaseComponent.ShouldRender()BaseComponent.OnInitializedAsync()BaseComponent.OnAfterRenderAsync(bool)BaseComponent.Dispose()BaseComponent.InitLocalizer()BaseComponent.ThrowIfParameterIsNull(object, string)BaseComponent.HaveOptionsChanged(IDictionary<string, object>, IDictionary<string, object>)BaseComponent.GetClassString(params string[])BaseComponent.InvokeAsync<T>(string, params object[])BaseComponent.InvokeAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidAsync(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidComponentMethodAsync(string, params object[])BaseComponent.InvokeComponentVoidMethodAsync(string, object)BaseComponent.InvokeDisposeAsync()BaseComponent.StateHasChanged()BaseComponent.RootComponentBaseComponent.ClassComponentBase.OnInitialized()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

TelerikAnimationContainer()

Declaration

cs-api-definition
public TelerikAnimationContainer()

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

HideAsync()

Hides the animation container.

Declaration

cs-api-definition
public Task HideAsync()

Returns

Task

ShowAsync()

Shows the animation container.

Declaration

cs-api-definition
public Task ShowAsync()

Returns

Task

ToggleAsync()

Toggles the animation container.

Declaration

cs-api-definition
public Task ToggleAsync()

Returns

Task