TEasingFunction
TEasingFunction<
T
>:T
extendsnumber
[] ? (timeElapsed
,startValue
,byValue
,duration
,index
) =>number
: (timeElapsed
,startValue
,byValue
,duration
) =>number
An easing function used to calculate the current value
See
AnimationBase#calculate
Param
ms elapsed since start
Param
Param
Param
in ms
Type Parameters
• T = unknown