Skip to content

easeInCubic

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

Cubic easing in

Parameters

timeElapsed: number

startValue: number

byValue: number

duration: number

Returns

number

Defined in

src/util/animation/easing.ts:42