PlaybackDirection Enumeration
Determines the playback direction of an animation.
Definition
Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum PlaybackDirection
Public Enumeration PlaybackDirection
type PlaybackDirection
Members
Normal | 0 | The animation is played normally. |
Reverse | 1 | The animation is played in reverse direction. |
Alternate | 2 | The animation is played forwards first, then backwards. |
AlternateReverse | 3 | The animation is played backwards first, then forwards. |