@motion-script/core / TweenOptions
Type Alias: TweenOptions<T>
TweenOptions<
T> =object
Defined in: tween/lerp.ts:17
Type Parameters
T
T
Properties
delay?
optionaldelay?:number
Defined in: tween/lerp.ts:17
ease?
optionalease?:EasingFunction
Defined in: tween/lerp.ts:17
lerp?
optionallerp?:LerpFunction<T>
Defined in: tween/lerp.ts:17