ae_add_timing_offset
Add a delay to a layer's transform property so it follows a leader with a time offset, creating organic trailing motion.
Instructions
The 'organic motion' trick: make a nested element trail its parent/leader by a fraction of a second using .valueAtTime(time - delay), so things don't move in stiff unison (e.g. an arrow inside a button arrives just after the button).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp | No | ||
| layer | Yes | The follower layer (the one that should lag). | |
| property | No | position | |
| leaderLayer | Yes | The layer whose matching transform property the follower should copy, delayed. | |
| delaySeconds | No | How far behind the leader to lag. |