Keyframe a clip (Motion/Opacity)
premiere_keyframeCreate keyframe animations for clip properties like scale, opacity, rotation, and position. Set values at specific times with linear, hold, bezier, or ease interpolation.
Instructions
Animate a clip with keyframes for organic, cinematic motion: property scale|opacity|rotation|position. Each key has at (seconds from the clip start), value (number; for position an [x,y] array), and interp (linear|hold|bezier|ease - bezier/ease give smooth ease-in/out). e.g. a push-in: scale 100->112 over 0..duration with ease. VERIFIED scriptable. (Speed ramps / time-remap are NOT reliably scriptable - bake those into the Remotion render.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property | Yes | Which Motion/Opacity property to animate. | |
| keys | Yes | Keyframes in time order. | |
| videoTrack | No | Video track (default 1). | |
| clipIndex | No | Clip index on the track (default 0). |