Remove keyframes
ae_remove_keyframesDelete keyframes from an After Effects property, either all or those within a specified time range. Provide the property path and optional layer, comp, and from/to values to remove unwanted animation keys.
Instructions
Delete keyframes from a property — all of them, or those inside a time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Range end. Omit for the end. | |
| comp | No | Composition name, project item id, or index. Omit for the active comp. | |
| from | No | Range start. Omit for the beginning. | |
| layer | No | Layer name or 1-based index. Omit to use the current selection. | |
| property | Yes | Property path, e.g. "Transform.Position", "Position", "Effects.Gaussian Blur.Blurriness", or an array of names/matchNames for exact addressing. |