Enum
WindowAnimationType

Controls the animation through which window is shown or hidden.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum WindowAnimationType

Fields

Fade

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

Declaration

cs-api-definition
Fade = 9

Field Value

WindowAnimationType

None

None

Declaration

cs-api-definition
None = 0

Field Value

WindowAnimationType

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 = 6

Field Value

WindowAnimationType

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 = 7

Field Value

WindowAnimationType

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 = 8

Field Value

WindowAnimationType

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 = 5

Field Value

WindowAnimationType

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 = 2

Field Value

WindowAnimationType

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 = 4

Field Value

WindowAnimationType

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 = 3

Field Value

WindowAnimationType

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

WindowAnimationType

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 = 10

Field Value

WindowAnimationType

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 = 11

Field Value

WindowAnimationType