For coordinated, ms-precise choreography, the timeline interaction sequences multiple tweens with overlaps and position offsets.
Where: Right sidebar → Interactions → timeline animation — Author a timeline interaction
Key ideas
- Timeline vs simple: A timeline coordinates many tweens with position offsets ("<", "+=0.5"); simple is a single tween per trigger.
- GSAP-backed: Tweens compile to GSAP from/to/fromTo with eases and stagger.
Steps
- Add a timeline interaction.
- Add tweens for each target with durations and eases.
- Set position offsets to overlap or sequence them.
- Scrub/preview the full timeline.