Skip to content

Function: easeInBounce()

ts
function easeInBounce(t): number;

Ease-in with a bouncing effect — bounces before reaching the start.

Parameters

ParameterType
tnumber

Returns

number

Example

ts
easeInBounce(0.5) // ~0.281

Since

1.0.0

Released under the MIT License.