Enum
AnimationType

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.

Declaration

Fade = 10

Field Value

AnimationType

None

None

Declaration

None = 0

Field Value

AnimationType

PushDown

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

Declaration

PushDown = 7

Field Value

AnimationType

PushLeft

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

Declaration

PushLeft = 8

Field Value

AnimationType

PushRight

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

Declaration

PushRight = 9

Field Value

AnimationType

PushUp

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

Declaration

PushUp = 6

Field Value

AnimationType

RevealVertical

Animates the element by the height of its content

Declaration

RevealVertical = 13

Field Value

AnimationType

SlideDown

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

Declaration

SlideDown = 3

Field Value

AnimationType

SlideIn

Sliding motion.

Declaration

SlideIn = 2

Field Value

AnimationType

SlideLeft

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

Declaration

SlideLeft = 5

Field Value

AnimationType

SlideRight

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

Declaration

SlideRight = 4

Field Value

AnimationType

SlideUp

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

Declaration

SlideUp = 1

Field Value

AnimationType

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.

Declaration

ZoomIn = 11

Field Value

AnimationType

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.

Declaration

ZoomOut = 12

Field Value

AnimationType