Interface

TimelineUpdateClipKeyframeOptions

Input for updating one existing clip keyframe.

Signature

Type Definition
Interface TimelineUpdateClipKeyframeOptions

Properties

NameSignatureDescription
clipIdclipId: stringClip that owns the keyframe.
incoming?incoming?: TimelineKeyframeSideInterpolationNew interpolation entering this keyframe from the previous keyframe.
keyframeIdkeyframeId: stringKeyframe to update.
outgoing?outgoing?: TimelineKeyframeSideInterpolationNew interpolation leaving this keyframe toward the next keyframe.
time?time?: RationalTimeNew absolute timeline time.
value?value?: numberNew numeric keyframe value.