TEasingFunction
TEasingFunction<
T
> =T
extendsnumber
[] ? (timeElapsed
,startValue
,byValue
,duration
,index
) =>number
: (timeElapsed
,startValue
,byValue
,duration
) =>number
Defined in: src/util/animation/types.ts:34
An easing function used to calculate the current value
Type Parameters
Section titled “Type Parameters”T
= unknown
AnimationBase#calculate
ms elapsed since start
in ms
Returns
Section titled “Returns”next value