Skip to content
Entangle UI v0.13.0

TimelineSelectedTangentMode

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

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: (mode) => void

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

Apply a tangent mode to every selected keyframe.

TangentMode

void