Signature
Interface TimelineKeyframeTangentHandleViewportRectProperties
| Name | Signature | Description |
|---|---|---|
anchorKeyframeId | anchorKeyframeId: string | Endpoint keyframe where the handle line is anchored. |
clipId | clipId: string | Clip that owns the edited curve segment. |
height | height: number | Handle affordance height in viewport CSS pixels. |
keyframeId | keyframeId: string | Keyframe whose Bezier easing is edited by this handle. |
segmentId | segmentId: string | Stable segment id for the adjacent keyframe pair. |
side | side: TimelineKeyframeSide | Keyframe side edited by this tangent handle. |
trackId | trackId: string | Track containing the owning clip. |
width | width: number | Handle affordance width in viewport CSS pixels. |
x | x: number | Left edge in viewport CSS pixels after horizontal scroll is applied. |
y | y: number | Top edge in viewport CSS pixels within the clip row. |