Signature
Interface TimelineKeyframeProperties
| Name | Signature | Description |
|---|---|---|
id | id: string | Stable keyframe id. |
incoming? | incoming?: TimelineKeyframeSideInterpolation | Interpolation entering this keyframe from the previous keyframe. |
outgoing? | outgoing?: TimelineKeyframeSideInterpolation | Interpolation leaving this keyframe toward the next keyframe. |
property | property: string | Clip property animated by this keyframe. |
selected? | selected?: boolean | Whether this keyframe is currently selected in editor UI. |
time | time: RationalTime | Absolute timeline time for this keyframe. |
value | value: number | Numeric scalar property value. |