Function

useTimelineKeyframeCurveDrag

Headless Bezier curve handle drag behavior shared by package and custom timeline UIs.

Signature

Type Definition
useTimelineKeyframeCurveDrag(options: TimelineKeyframeCurveGeometryOptions = {}): UseTimelineKeyframeCurveDragResult

Parameters

NameTypeDescription
optionsTimelineKeyframeCurveGeometryOptionsDrag geometry aligned with the renderer and hit-test layer.

Returns