PlaybackDirection Enumeration

Determines the playback direction of an animation.

Definition

Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public enum PlaybackDirection

Members

Normal0 The animation is played normally.
Reverse1 The animation is played in reverse direction.
Alternate2 The animation is played forwards first, then backwards.
AlternateReverse3 The animation is played backwards first, then forwards.

See Also