ae_animate_transform
Animate a layer's position, scale, rotation, or opacity from one value to another between specified times with easing presets. Defaults to rest values when start is omitted.
Instructions
Keyframe a transform property (position / scale / rotation / opacity) from one value to another between two times, with an easing preset. The general-purpose 'move this from A to B smoothly' tool. If from is omitted it defaults to a sensible rest value (position→comp centre, scale→100%, rotation→0°, opacity→0%) — pass it explicitly to start somewhere else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp | No | ||
| layer | Yes | ||
| property | Yes | ||
| to | Yes | Target value. Number for rotation/opacity (or to set all scale axes uniformly); [x,y] for position/scale. | |
| from | No | Start value. Defaults to a rest value for the property. | |
| startTime | No | ||
| endTime | No | ||
| easing | No | easeInOut | |
| influence | No | Ease influence % (Easy Ease ≈ 33). |