Interface

TimelineSetClipKeyframeOptions

Input for creating or upserting a clip keyframe.

Signature

Type Definition
Interface TimelineSetClipKeyframeOptions

Properties

NameSignatureDescription
clipIdclipId: stringClip that owns the keyframe.
incoming?incoming?: TimelineKeyframeSideInterpolationOptional interpolation entering this keyframe from the previous keyframe.
outgoing?outgoing?: TimelineKeyframeSideInterpolationOptional interpolation leaving this keyframe toward the next keyframe.
propertyproperty: stringProperty animated by the keyframe.
timetime: RationalTimeAbsolute timeline time for the keyframe.
valuevalue: numberNumeric keyframe value.