easeInOutElastic
easeInOutElastic(
timeElapsed
,startValue
,byValue
,duration
):number
Defined in: src/util/animation/easing.ts:227
Elastic easing in and out
Parameters
timeElapsed
number
startValue
number
byValue
number
duration
number
Returns
number