mcut
@mcut/editor

moveKeyframesAtTime

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / editor/src / moveKeyframesAtTime

Function: moveKeyframesAtTime()

function moveKeyframesAtTime(
   engine,
   elementId,
   fromTimeMs,
   toTimeMs,
   properties?): void;

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

Parameters

engine

EditorEngine

elementId

`e-${string}`

fromTimeMs

number

toTimeMs

number

properties?

( | "blur" | "rotation" | "position.x" | "position.y" | "scale.x" | "scale.y" | "opacity" | "volume" | "letterSpacing")[]

Returns

void

On this page