@revideo/core / tweening / InterpolationFunction
Interface: InterpolationFunction()<T, TRest>
Defined in: tweening/interpolationFunctions.ts:4
Type Parameters
T
T
TRest
TRest extends any[] = any[]
InterpolationFunction(
from,to,value, …args):T
Defined in: tweening/interpolationFunctions.ts:5
Parameters
from
T
to
T
value
number
args
…TRest
Returns
T