MotionScript

@motion-script/core


@motion-script/core / TweenFn

Type Alias: TweenFn<T>

TweenFn<T> = (from, to, t) => T

Defined in: signals/host.ts:4

Internal

Type Parameters

T

T

Parameters

from

T

to

T

t

number

Returns

T