MotionScript

@motion-script/core


@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