Function

shiftClipKeyframes

Shifts all keyframes on a clip by a timeline delta.

Signature

Type Definition
shiftClipKeyframes(clip: Clip, deltaTime: RationalTime): void

Parameters

NameTypeDescription
clipClipClip whose keyframes should move.
deltaTimeRationalTimeTimeline time delta to add to each keyframe.

Returns

void