Enum PlaybackDirection
Determines the playback direction of an animation.
public enum PlaybackDirection
Fields
Alternate = 2
The animation is played forwards first, then backwards.
AlternateReverse = 3
The animation is played backwards first, then forwards.
Normal = 0
The animation is played normally.
Reverse = 1
The animation is played in reverse direction.