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.
AnimationType
Defines the animation type of the container. Default value is AnimationType.SlideDown.
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.
ParentInlineStyle
Defines inline style to be added to the k-animation-container element.
ShowDelay
Defines the show delay of the animation container. Default delay is 20ms.
Top
Defines the top position of the animation container.