Signature
Interface TimelineKeyframeProperties
| Name | Signature | Description |
|---|---|---|
easing? | easing?: TimelineCubicBezier | Cubic Bezier easing for the outgoing segment when `interpolation` is `bezier`. |
id | id: string | Stable keyframe id. |
interpolation? | interpolation?: TimelineKeyframeInterpolation | Interpolation from this keyframe to the next. Defaults to linear. |
property | property: "opacity" | 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 property value. Opacity keyframes are clamped to 0..1. |