AnimationDirection
AnimationDirection
AnimationDirection
AnimationDirection
Enum
Definition
Defines constants that specify the direction in which an animation translates from start to end.
public : enum class AnimationDirectionpublic enum AnimationDirectionPublic Enum AnimationDirection// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Bottom Bottom Bottom Bottom | The animation or transition progresses in a down direction. |
| Left Left Left Left | The animation or transition progresses in a left direction. |
| Right Right Right Right | The animation or transition progresses in a right direction. |
| Top Top Top Top | The animation or transition progresses in an up direction. |