add_keyframe
Add a keyframe to a layer property track, creating the track if it doesn't exist. Specify layer, property, frame, value, and easing.
Instructions
Add a keyframe to a layer property track. Creates the property track if it doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layerId | Yes | Layer ID | |
| propertyPath | Yes | Property to keyframe (e.g., transform.position.x) | |
| frame | Yes | Frame number | |
| value | Yes | Keyframe value | |
| easing | No | Easing curve (defaults to linear) |