add_effect_keyframe
Add a keyframe to a procedural effect property at a specific frame, creating the property track if needed.
Instructions
Add a keyframe to a procedural effect property. Creates the property track if it doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockId | Yes | Effect block ID | |
| propertyPath | Yes | Property path (e.g., "amplitude", "hue", "strength") | |
| frame | Yes | Frame number for the keyframe | |
| value | Yes | Keyframe value |