Interface EasingFunction

Hierarchy

  • EasingFunction
  • A function used to compute the state of a tween against a curve.

    Returns

    The curve-adjusted value.

    Parameters

    • normalizedPosition: number

      The normalized (0-1) position of the tween.

    Returns number

Generated using TypeDoc