AnimationDirection
AnimationDirection
AnimationDirection
AnimationDirection
Enum
Definition
Specifies the play direction of an animation.
public : enum class AnimationDirectionpublic enum AnimationDirectionPublic Enum AnimationDirection// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Fields
| Alternate Alternate Alternate Alternate | Alternate between normal and reverse playback. |
| AlternateReverse AlternateReverse AlternateReverse AlternateReverse | Alternate between reverse and normal playback. |
| Normal Normal Normal Normal | Play the animation from start to end. |
| Reverse Reverse Reverse Reverse | Play the animation in reverse from end to start. |