AnimationType
Controls the animation through which animated containers are shown or hidden.
Definition
Fields
Shows transparent and gradually becomes opaque. Hides by becoming transparent.
Fade = 10
None
None = 0
Shows with a sliding motion from the bottom edge towards the top edge. Hides with a sliding motion towards the bottom edge.
PushDown = 7
Shows with a sliding motion from the left edge towards the right edge. Hides with a sliding motion towards the left edge.
PushLeft = 8
Shows with a sliding motion from the right edge towards the left edge. Hides with a sliding motion towards the right edge.
PushRight = 9
Shows with a sliding motion from the top edge towards the bottom edge. Hides with a sliding motion towards the top edge.
PushUp = 6
Animates the element by the height of its content
RevealVertical = 13
Shows with a sliding motion from the top edge towards the bottom edge. Hides with a sliding motion towards the top edge.
SlideDown = 3
Sliding motion.
SlideIn = 2
Shows with a sliding motion from the right edge towards the left edge. Hides with a sliding motion towards the right edge.
SlideLeft = 5
Shows with a sliding motion from the left edge towards the right edge. Hides with a sliding motion towards the left edge.
SlideRight = 4
Shows with a sliding motion from the bottom edge towards the top edge. Hides with a sliding motion towards the bottom edge.
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.
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.
ZoomOut = 12