Function easeBounce

  • Reverse bounce easing; equivalent to 1 - bounceIn(1 - t).

    Parameters

    • normalizedTime: number

      Normalized time typically in the range [0, 1]

    Returns number