Skip to content

easeInExpo

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

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

Exponential easing in

Parameters

timeElapsed

number

startValue

number

byValue

number

duration

number

Returns

number