'Declaration Public Enum AnimationEffect Inherits System.Enum
public enum AnimationEffect : System.Enum
Member | Description |
---|---|
Blind | The blind effect hides or shows an element by wrapping the element in a container, and “pulling the blinds” |
Bounce | The bounce effect bounces an element. When used with hide or show, the last or first bounce will also fade in/out. |
Clip | The clip effect will hide or show an element by clipping the element vertically or horizontally. |
Drop | The drop effect hides or shows an element fading in/out and sliding in a direction. |
Explode | The explode effect hides or shows an element by splitting it into pieces. |
Fade | The fade effect hides or shows an element by fading it. |
Fold | The fold effect hides or shows an element by folding it. |
Highlight | The highlight effect hides or shows an element by animating its background color first. |
Puff | Creates a puff effect by scaling the element up and hiding it at the same time. |
Pulsate | The pulsate effect hides or shows an element by pulsing it in or out. |
Scale | Shrink or grow an element by a percentage factor. |
Shake | Shakes the element multiple times, vertically or horizontally. |
Show | Show calendar by stretching it from top-left to the bottom-right. (default) |
Size | Resize an element to a specified width and height. |
Slide | Slides up the element out of the viewport. |
SlideDown | Slides down the element out of the viewport. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub