Interface

TimelineUpdateClipKeyframeOptions

Input for updating one existing clip keyframe.

Signature

Type Definition
Interface TimelineUpdateClipKeyframeOptions

Properties

NameSignatureDescription
clipIdclipId: stringClip that owns the keyframe.
easing?easing?: TimelineCubicBezierNew Cubic Bezier easing for Bezier interpolation.
interpolation?interpolation?: TimelineKeyframeInterpolationNew interpolation mode.
keyframeIdkeyframeId: stringKeyframe to update.
time?time?: RationalTimeNew absolute timeline time.
value?value?: numberNew numeric keyframe value.