@mcut/editor
removeKeyframesAtTime
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / editor/src / removeKeyframesAtTime
Function: removeKeyframesAtTime()
function removeKeyframesAtTime(
engine,
elementId,
timeMs,
properties?): void;Defined in: packages/editor/src/timeline-operators.ts:1046
Parameters
engine
elementId
`e-${string}`
timeMs
number
properties?
(
| "blur"
| "rotation"
| "position.x"
| "position.y"
| "scale.x"
| "scale.y"
| "opacity"
| "volume"
| "letterSpacing")[]
Returns
void