Skip to main content

PlaybackDirection Enumeration

Determines the playback direction of an animation.

Definition

Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public enum PlaybackDirection
View Source

Members

Normal0The animation is played normally.
Reverse1The animation is played in reverse direction.
Alternate2The animation is played forwards first, then backwards.
AlternateReverse3The animation is played backwards first, then forwards.

See Also

Reference

Avalonia.Animation Namespace