Skip to content

TimelineSelectedTangentMode

Defined in: src/components/editor/Timeline/TimelineContext.ts:65

Properties

current

current: "mixed" | TangentMode | null

Defined in: src/components/editor/Timeline/TimelineContext.ts:70

The tangent mode shared by all selected keyframes; 'mixed' if they disagree; null when nothing applicable is selected.


set()

set: (mode) => void

Defined in: src/components/editor/Timeline/TimelineContext.ts:72

Apply a tangent mode to every selected keyframe.

Parameters

mode

TangentMode

Returns

void