mcut
@mcut/editor

toggleMasterKeyframe

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / editor/src / toggleMasterKeyframe

Function: toggleMasterKeyframe()

function toggleMasterKeyframe(engine): void;

Defined in: packages/editor/src/timeline-operators.ts:986

Toggle a keyframe at the playhead across the selected element's visual properties. On a keyframe it removes armed keyframes; otherwise it adds keyframes at current resolved values.

Parameters

engine

EditorEngine

Returns

void

On this page