Enum
AnimationType

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

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum AnimationType

Fields

Fade

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

Declaration

cs-api-definition
Fade = 10

Field Value

AnimationType

None

None

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
PushUp = 6

Field Value

AnimationType

RevealVertical

Animates the element by the height of its content

Declaration

cs-api-definition
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

cs-api-definition
SlideDown = 3

Field Value

AnimationType

SlideIn

Sliding motion.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
ZoomOut = 12

Field Value

AnimationType