EnumAnimationType
Controls the animation through which animated containers are shown or hidden.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
public enum AnimationType
Fields
Fade
Shows transparent and gradually becomes opaque. Hides by becoming transparent.
PushDown
Shows with a sliding motion from the bottom edge towards the top edge. Hides with a sliding motion towards the bottom edge.
PushLeft
Shows with a sliding motion from the left edge towards the right edge. Hides with a sliding motion towards the left edge.
PushRight
Shows with a sliding motion from the right edge towards the left edge. Hides with a sliding motion towards the right edge.
PushUp
Shows with a sliding motion from the top edge towards the bottom edge. Hides with a sliding motion towards the top edge.
RevealVertical
Animates the element by the height of its content
SlideDown
Shows with a sliding motion from the top edge towards the bottom edge. Hides with a sliding motion towards the top edge.
SlideLeft
Shows with a sliding motion from the right edge towards the left edge. Hides with a sliding motion towards the right edge.
SlideRight
Shows with a sliding motion from the left edge towards the right edge. Hides with a sliding motion towards the left edge.
SlideUp
Shows with a sliding motion from the bottom edge towards the top edge. Hides with a sliding motion towards the bottom edge.
ZoomIn
Shows the content larger than its final dimensions and reduces its size until it fits the container. Hides by expanding the content before fading away.
ZoomOut
Shows the entire element with small dimensions in the center and increases all dimensions proportionally until its actual size is reached. Hides by reducing the size to the center point.