Interface

UseTimelineKeyframeCurveDragResult

Result returned by `useTimelineKeyframeCurveDrag`.

Signature

Type Definition
Interface UseTimelineKeyframeCurveDragResult

Properties

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