Vixen
02b45cc4
csharp
public enum BlendEasing

How a transition is shaped over its duration.

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

Fields and properties (2)

  • Linear

    Straight. Correct for a short crossfade and cheapest.

  • SmoothStep

    Slow at both ends. What a longer, more deliberate change wants.

Used by (5)

  • MoveTransitionTestsVixen.Animation.Tests
  • TransitionRuleRecordVixen.Animation
  • TransitionSpecVixen.Animation
  • TypeRegistrationVixen.Animation
  • Vixen_Animation_Moves_TransitionRuleRecordSerializerVixen.Animation