Skip to content

Function: easeInElastic() ​

ts
function easeInElastic(t): number;

Ease-in with an elastic overshoot effect — springs back at the start.

Parameters ​

ParameterType
tnumber

Returns ​

number

Example ​

ts
easeInElastic(0.5) // ~-0.015

Since ​

1.0.0

Released under the MIT License.