Interface

UseTimelineKeyframeTangentDragResult

Result returned by `useTimelineKeyframeTangentDrag`.

Signature

Type Definition
Interface UseTimelineKeyframeTangentDragResult

Properties

NameSignatureDescription
cancelKeyframeTangentDrag(): TimelineCommandResultCancels pointer handling for the active drag and settles current preview state.
draggingdragging: booleanWhether a Bezier tangent handle drag is currently active.
endKeyframeTangentDrag(): TimelineCommandResultEnds 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): TimelineCommandResultStarts a Bezier tangent handle drag.