Function: easeInOutBack()
easeInOutBack(
t
):number
Defined in: animations/easing-functions/ease-in-out-back.ts:11
Easing function for "easeInOutBack".
This function accelerates from zero velocity, creating a "wind up" effect and overshoots the end value before returning to it.
Parameters
t
number
The input value (typically between 0 and 1).
Returns
number
The eased value.