AnimationEventType Enumeration
Contains categories of events that an animation will respond to.
Member Name | Description |
Alpha | Indicates animation will be played when the alpha value for a view item changes. |
ContentChangeHide | Indicates animation will be played when the content hosted by a view item becomes hidden. |
ContentChangeShow | Indicates animation will be played when the content hosted by a view item becomes visible. |
GainFocus | Indicates animation will be played when the UI that contains the view item gains input focus. |
Hide | Indicates animation will be played when a view item becomes hidden. |
Idle | Indicates animation will be played when a view item is idle. |
LoseFocus | Indicates animation will be played when the UI that contains the view item loses input focus. |
Move | Indicates animation will be played when a view item is moved. |
Rotate | Indicates animation will be played when a view item is rotated. |
Scale | Indicates animation will be played when a view item changes scale. |
Show | Indicates animation will be played when a view item becomes visible. |
Size | Indicates animation will be played when a view item changes size. |
Requirements
Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later
See Also