Skip to content

spool / Keyframe

Interface: Keyframe<T>

Defined in: plugins/clip/value.ts:19

One point on a track's timeline: a value pinned at a tick.

Type Parameters

T

T

Properties

ease?

optional ease?: Ease

Defined in: plugins/clip/value.ts:25

Interpolation toward the next keyframe (default "linear").


tick

tick: number

Defined in: plugins/clip/value.ts:21

Absolute tick within the clip.


value

value: T

Defined in: plugins/clip/value.ts:23

The value held at tick.

Released under the MIT License · Credits