Vixen
02b45cc4
csharp
public enum AnimationDirection

Which way round an animation runs on each pass.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Normal

    Always forwards.

  • Reverse

    Always backwards.

  • Alternate

    Forwards, then backwards.

  • AlternateReverse

    Backwards, then forwards.

Used by (2)

  • AnimationSpecVixen.Ui.Styling
  • AnimatorVixen.Ui.Styling