Signature
Interface TimelineSetClipKeyframeOptionsProperties
| Name | Signature | Description |
|---|---|---|
clipId | clipId: string | Clip that owns the keyframe. |
easing? | easing?: TimelineCubicBezier | Optional Cubic Bezier easing for Bezier interpolation. |
interpolation? | interpolation?: TimelineKeyframeInterpolation | Optional interpolation mode from this keyframe to the next. |
property | property: "opacity" | Property animated by the keyframe. |
time | time: RationalTime | Absolute timeline time for the keyframe. |
value | value: number | Numeric keyframe value. |