Function easeExp

  • Symmetric exponential easing; scales expIn for t in [0, 0.5] and expOut for t in [0.5, 1].

    Parameters

    • normalizedTime: number

      Normalized time typically in the range [0, 1]

    Returns number