Function easeCubic

  • Symmetric cubic easing; scales cubicIn for t in [0, 0.5] and cubicOut for t in [0.5, 1]. Also equivalent to poly.exponent(3).

    Parameters

    • normalizedTime: number

      Normalized time typically in the range [0, 1]

    Returns number