Function: easeInOutElastic()
easeInOutElastic(
t
):number
Defined in: animations/easing-functions/ease-in-out-elastic.ts:11
Easing function for "easeInOutElastic".
This function creates an elastic effect that starts and ends with a bounce.
Parameters
t
number
The input value (typically between 0 and 1).
Returns
number
The eased value.