ClassAnimationBase
Definition
Namespace:Telerik.Blazor.Components.Common
Assembly:Telerik.Blazor.dll
Syntax:
public abstract class AnimationBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentAnimationBase
Derived Classes:
Implements:
Inherited Members
Constructors
AnimationBase()
Declaration
protected AnimationBase()
Properties
AnimationDuration
Defines the animation duration of the container. Default AnimationDuration is 300ms.
Declaration
[Parameter]
public int AnimationDuration { get; set; }
Property Value
AnimationType
Defines the animation type of the container. Default value is AnimationType.SlideDown.
Declaration
[Parameter]
public AnimationType AnimationType { get; set; }
Property Value
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Height
Defines the height of the animation container. Cannot be in percent.
HideDelay
Defines the hide delay of the animation container. Default delay is 20ms.
Left
Defines the left position of the animation container.
ParentClass
Defines class to be added to the k-animation-container element.
Declaration
[Parameter]
public string ParentClass { get; set; }
Property Value
ParentInlineStyle
Defines inline style to be added to the k-animation-container element.
Declaration
[Parameter]
public string ParentInlineStyle { get; set; }
Property Value
ShowDelay
Defines the show delay of the animation container. Default delay is 20ms.
Top
Defines the top position of the animation container.