Signature
Interface UseTimelineKeyframeCurveDragResultProperties
| Name | Signature | Description |
|---|---|---|
cancelKeyframeCurveDrag | (): TimelineCommandResult | Cancels pointer handling for the active drag and settles current preview state. |
dragging | dragging: boolean | Whether a Bezier curve handle drag is currently active. |
endKeyframeCurveDrag | (): TimelineCommandResult | Ends the active Bezier curve handle drag and settles history. |
moveKeyframeCurveDrag | (input: TimelineKeyframeCurveDragMoveInput): TimelineCommandResult<TimelineKeyframeCurveDragUpdate> | Updates the active Bezier curve handle drag preview. |
startKeyframeCurveDrag | (input: TimelineKeyframeCurveDragStartInput): TimelineCommandResult | Starts a Bezier curve handle drag. |