setEffectKeyframes
Set multiple keyframes on effect properties in one call. Specify time, value, and easing for each keyframe to animate effects more efficiently.
Instructions
Set multiple keyframes on effect properties in a single call. More efficient for animating effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compName | No | Composition name | |
| compIndex | No | Composition index (1-based) | |
| keyframes | Yes | Array of keyframes | |
| layerName | No | Layer name | |
| effectName | No | Effect name | |
| layerIndex | No | Layer index (1-based) | |
| effectIndex | No | Effect index (1-based) |