Interface

TimelineSetClipKeyframeOptions

Input for creating or upserting a clip keyframe.

Signature

Type Definition
Interface TimelineSetClipKeyframeOptions

Properties

NameSignatureDescription
clipIdclipId: stringClip that owns the keyframe.
easing?easing?: TimelineCubicBezierOptional Cubic Bezier easing for Bezier interpolation.
interpolation?interpolation?: TimelineKeyframeInterpolationOptional interpolation mode from this keyframe to the next.
propertyproperty: "opacity"Property animated by the keyframe.
timetime: RationalTimeAbsolute timeline time for the keyframe.
valuevalue: numberNumeric keyframe value.