Keyframe
Defined in: KeyframeTrack.ts:7
A single keyframe in an animation track.
Type Parameters
Section titled “Type Parameters”T extends Interpolatable
Properties
Section titled “Properties”data:
T
Defined in: KeyframeTrack.ts:11
Value at this keyframe.
easing?
Section titled “easing?”
optionaleasing?:EasingFunction
Defined in: KeyframeTrack.ts:13
Easing from this keyframe to the next (overrides track default).
event?
Section titled “event?”
optionalevent?: () =>void
Defined in: KeyframeTrack.ts:15
Fired once when playback passes this keyframe’s time.
Returns
Section titled “Returns”void
time:
number
Defined in: KeyframeTrack.ts:9
Time in ms from the start of the track.