Skip to content

easeInOutExpo

easeInOutExpo(timeElapsed, startValue, byValue, duration): number

Defined in: src/util/animation/easing.ts:141

Exponential easing in and out

Parameters

timeElapsed

number

startValue

number

byValue

number

duration

number

Returns

number