Signature
Interface TimelineUpdateClipKeyframeOptionsProperties
| Name | Signature | Description |
|---|---|---|
clipId | clipId: string | Clip that owns the keyframe. |
incoming? | incoming?: TimelineKeyframeSideInterpolation | New interpolation entering this keyframe from the previous keyframe. |
keyframeId | keyframeId: string | Keyframe to update. |
outgoing? | outgoing?: TimelineKeyframeSideInterpolation | New interpolation leaving this keyframe toward the next keyframe. |
time? | time?: RationalTime | New absolute timeline time. |
value? | value?: number | New numeric keyframe value. |