New to Telerik UI for BlazorStart a free 30-day trial

Controls the animation through which animated containers are shown or hidden.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum AnimationType

Fields

Shows transparent and gradually becomes opaque. Hides by becoming transparent.

C#
Fade = 10

None

C#
None = 0

Shows with a sliding motion from the bottom edge towards the top edge. Hides with a sliding motion towards the bottom edge.

C#
PushDown = 7

Shows with a sliding motion from the left edge towards the right edge. Hides with a sliding motion towards the left edge.

C#
PushLeft = 8

Shows with a sliding motion from the right edge towards the left edge. Hides with a sliding motion towards the right edge.

C#
PushRight = 9

Shows with a sliding motion from the top edge towards the bottom edge. Hides with a sliding motion towards the top edge.

C#
PushUp = 6

Animates the element by the height of its content

C#
RevealVertical = 13

Shows with a sliding motion from the top edge towards the bottom edge. Hides with a sliding motion towards the top edge.

C#
SlideDown = 3

Sliding motion.

C#
SlideIn = 2

Shows with a sliding motion from the right edge towards the left edge. Hides with a sliding motion towards the right edge.

C#
SlideLeft = 5

Shows with a sliding motion from the left edge towards the right edge. Hides with a sliding motion towards the left edge.

C#
SlideRight = 4

Shows with a sliding motion from the bottom edge towards the top edge. Hides with a sliding motion towards the bottom edge.

C#
SlideUp = 1

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.

C#
ZoomIn = 11

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.

C#
ZoomOut = 12