Back to API Reference
Class

TransitionPlayback

sealed

Interpolates parameter contributions with an explicit clock and easing policy.

public float EnterDuration{ get; set }

Duration used when a selector enters.

public float ExitDuration{ get; set }

Duration used when a selector exits.

public Ease Easing{ get; set }

Interpolation curve.

public PlaybackClock Clock{ get; set }

Time source.

public bool AnimateInitialMatch{ get; set }

Whether a selector already matched on its first evaluation should animate in.