Function easeExpIn

  • Exponential easing; raises 2 to the exponent 10 * (t - 1).

    Parameters

    • normalizedTime: number

      Normalized time typically in the range [0, 1]

    Returns number