Signature
Interface TimelineUpdateClipKeyframeOptionsProperties
| Name | Signature | Description |
|---|---|---|
clipId | clipId: string | Clip that owns the keyframe. |
easing? | easing?: TimelineCubicBezier | New Cubic Bezier easing for Bezier interpolation. |
interpolation? | interpolation?: TimelineKeyframeInterpolation | New interpolation mode. |
keyframeId | keyframeId: string | Keyframe to update. |
time? | time?: RationalTime | New absolute timeline time. |
value? | value?: number | New numeric keyframe value. |