capcut_add_keyframe
Adds an animation keyframe to a video segment to animate scale, rotation, position, or opacity over time. Specify property, time offset, and value to set the animation state.
Instructions
Adds an animation keyframe for scale, rotation, translation (x, y), or opacity to a video segment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value at keyframe (e.g. scale 1.2, x 0.1, alpha 0.5). | |
| property | Yes | Property to animate. | |
| segment_id | Yes | UUID of the video segment. | |
| project_name_or_id | Yes | Target project name or ID. | |
| time_offset_seconds | Yes | Time offset from segment start in seconds (e.g. 0.0 for start, 1.5 for mid-clip). |