MotionScript

@motion-script/core


@motion-script/core / TweenOptions

Type Alias: TweenOptions<T>

TweenOptions<T> = object

Defined in: tween/lerp.ts:17

Type Parameters

T

T

Properties

delay?

optional delay?: number

Defined in: tween/lerp.ts:17


ease?

optional ease?: EasingFunction

Defined in: tween/lerp.ts:17


lerp?

optional lerp?: LerpFunction<T>

Defined in: tween/lerp.ts:17