Skip to content

easeInOutQuint

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

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

Quintic easing in and out

Parameters

timeElapsed

number

startValue

number

byValue

number

duration

number

Returns

number