Function: easeInOutQuint()
easeInOutQuint(
x
):number
Defined in: animations/easing-functions/ease-in-out-quint.ts:11
Easing function for "easeInOutQuint".
This function creates a smooth acceleration and deceleration effect.
Parameters
x
number
The input value (typically between 0 and 1).
Returns
number
The eased value.