@motion-script/core / LerpFunction
Type Alias: LerpFunction<T>
LerpFunction<
T> = (from,to,t) =>T
Defined in: tween/lerp.ts:16
Type Parameters
T
T
Parameters
from
T
to
T
t
number
Returns
T
@motion-script/core / LerpFunction
LerpFunction<
T> = (from,to,t) =>T
Defined in: tween/lerp.ts:16
T
T
T
number
T