Signature
Interface TimelineKeyframeCurveHandleType parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
TrackKind | None | string | No type parameter summary yet. |
Properties
| Name | Signature | Description |
|---|---|---|
anchorKeyframe | anchorKeyframe: TimelineKeyframe | Segment endpoint this control handle is visually anchored to. |
anchorKeyframeIndex | anchorKeyframeIndex: number | Zero-based index of `anchorKeyframe` inside the containing clip. |
anchorPoint | anchorPoint: TimelineKeyframeCurvePoint | Anchor point in viewport CSS pixels. |
canEdit | canEdit: boolean | Whether the handle can be edited by headless controls. |
clip | clip: Clip | Raw timeline clip represented by this entry. |
clipIndex | clipIndex: number | Zero-based clip index inside the containing track. |
easing | easing: TimelineCubicBezier | Bezier easing values represented by the segment. |
handle | handle: TimelineKeyframeCurveHandleKind | Which Bezier easing coordinate this handle edits. |
keyframe | keyframe: TimelineKeyframe | Outgoing keyframe whose easing data is edited by this handle. |
keyframeIndex | keyframeIndex: number | Zero-based index of `keyframe` inside the containing clip. |
pairedKeyframe | pairedKeyframe: TimelineKeyframe | Opposite segment endpoint. |
point | point: TimelineKeyframeCurvePoint | Handle center point in viewport CSS pixels. |
rect | rect: TimelineKeyframeCurveHandleViewportRect | Handle bounds in viewport CSS pixels. |
segmentId | segmentId: string | Stable segment id for the adjacent keyframe pair. |
track | track: Track<TrackKind> | Track containing the clip. |
trackIndex | trackIndex: number | Zero-based track index in timeline order. |