Back to skills

gsap-timeline

development

GSAP Timeline is a sequencing layer on top of GSAP that lets you coordinate multiple tweens in order, in parallel, or at precise offsets using a position parameter. You can nest timelines, add named l

Setup & Installation

npx skills add https://github.com/greensock/gsap-timeline --skill gsap-timeline
or paste the link and ask your coding assistant to install it
https://github.com/greensock/gsap-timeline
View on GitHub

What This Skill Does

GSAP Timeline is a sequencing layer on top of GSAP that lets you coordinate multiple tweens in order, in parallel, or at precise offsets using a position parameter. You can nest timelines, add named labels, set shared defaults, and control playback as a single unit. Instead of stacking delay values on individual tweens (which break the moment any duration changes), timelines let you adjust one tween and have everything else shift automatically.

When to use it

  • Working with gsap timeline functionality
  • Implementing gsap timeline features
  • Debugging gsap timeline related issues