Skip to content

Function: easeOutBounce() ​

ts
function easeOutBounce(t): number;

Ease-out with a bouncing effect — bounces at the end before settling.

Parameters ​

ParameterType
tnumber

Returns ​

number

Example ​

ts
easeOutBounce(0.5) // ~0.766

Since ​

1.0.0

Released under the MIT License.