Skip to content

Function: easeOutElastic() ​

ts
function easeOutElastic(t): number;

Ease-out with an elastic overshoot effect — springs past the end then settles.

Parameters ​

ParameterType
tnumber

Returns ​

number

Example ​

ts
easeOutElastic(0.5) // ~1.015

Since ​

1.0.0

Released under the MIT License.