Signature
Interface UseTimelineKeyframeTangentDragResultProperties
| Name | Signature | Description |
|---|---|---|
cancelKeyframeTangentDrag | (): TimelineCommandResult | Cancels pointer handling for the active drag and settles current preview state. |
dragging | dragging: boolean | Whether a Bezier tangent handle drag is currently active. |
endKeyframeTangentDrag | (): TimelineCommandResult | Ends the active Bezier tangent handle drag and settles history. |
moveKeyframeTangentDrag | (input: TimelineKeyframeTangentDragMoveInput): TimelineCommandResult<TimelineKeyframeTangentDragUpdate> | Updates the active Bezier tangent handle drag preview. |
startKeyframeTangentDrag | (input: TimelineKeyframeTangentDragStartInput): TimelineCommandResult | Starts a Bezier tangent handle drag. |