ClassTelerikAnimationContainer
Class
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:
Inherited Members
Constructors
TelerikAnimationContainer()
Declaration
cs-api-definition
public TelerikAnimationContainer()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
HideAsync()
Hides the animation container.
ShowAsync()
Shows the animation container.
ToggleAsync()
Toggles the animation container.