TimelineSelectedTangentMode
Defined in: src/components/editor/Timeline/TimelineContext.ts:65
Properties
Section titled “Properties”current
Section titled “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: (
mode) =>void
Defined in: src/components/editor/Timeline/TimelineContext.ts:72
Apply a tangent mode to every selected keyframe.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void