Interface

TimelineKeyframe

One clip-scoped property keyframe positioned at an absolute timeline time.

Signature

Type Definition
Interface TimelineKeyframe

Properties

NameSignatureDescription
easing?easing?: TimelineCubicBezierCubic Bezier easing for the outgoing segment when `interpolation` is `bezier`.
idid: stringStable keyframe id.
interpolation?interpolation?: TimelineKeyframeInterpolationInterpolation from this keyframe to the next. Defaults to linear.
propertyproperty: "opacity"Clip property animated by this keyframe.
selected?selected?: booleanWhether this keyframe is currently selected in editor UI.
timetime: RationalTimeAbsolute timeline time for this keyframe.
valuevalue: numberNumeric property value. Opacity keyframes are clamped to 0..1.