easeInOutExpo(timeElapsed, startValue, byValue, duration): number
timeElapsed
startValue
byValue
duration
number
Exponential easing in and out
• timeElapsed: number
• startValue: number
• byValue: number
• duration: number
src/util/animation/easing.ts:141