Interface

TimelineKeyframe

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

Signature

Type Definition
Interface TimelineKeyframe

Properties

NameSignatureDescription
idid: stringStable keyframe id.
incoming?incoming?: TimelineKeyframeSideInterpolationInterpolation entering this keyframe from the previous keyframe.
outgoing?outgoing?: TimelineKeyframeSideInterpolationInterpolation leaving this keyframe toward the next keyframe.
propertyproperty: stringClip 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 scalar property value.