Signature
Interface TimelineSetClipKeyframeOptionsProperties
| Name | Signature | Description |
|---|---|---|
clipId | clipId: string | Clip that owns the keyframe. |
incoming? | incoming?: TimelineKeyframeSideInterpolation | Optional interpolation entering this keyframe from the previous keyframe. |
outgoing? | outgoing?: TimelineKeyframeSideInterpolation | Optional interpolation leaving this keyframe toward the next keyframe. |
property | property: string | Property animated by the keyframe. |
time | time: RationalTime | Absolute timeline time for the keyframe. |
value | value: number | Numeric keyframe value. |