gsap-timeline

Organize GSAP animations into timelines with labels and playback control.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/tututwo/heather-birthday-itenary --skill gsap-timeline-tututwo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsap-timeline
Source: https://github.com/tututwo/heather-birthday-itenary/tree/main/.agents/skills/gsap-timeline
Command: npx skills add https://github.com/tututwo/heather-birthday-itenary --skill gsap-timeline-tututwo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates complex animation workflows by organizing GSAP timelines and nested timelines to coordinate multiple tweens.

Core Features & Use Cases

  • Timeline creation: use gsap.timeline() to build sequences with precise control.
  • Positioning & nesting: apply the position parameter and nest timelines for modular choreography.
  • Playback control & labels: manage play, pause, reverse, and labeled checkpoints to drive UI interactions or storytelling.

Quick Start

Create a timeline with gsap.timeline(), add two animations, and start playback.

Frequently Asked Questions about gsap-timeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sequence multiple GSAP animations in a timeline?

You can sequence multiple GSAP animations by creating a timeline with gsap.timeline() and adding tweens to it. This coordinates complex multi-step workflows by chaining animations into a single controllable sequence.

Can I nest timelines inside a main GSAP timeline?

Yes, you can nest timelines within a parent GSAP timeline. This enables modular choreography for complex front-end interfaces, allowing you to group animation sequences into reusable sub-timelines.

How do I control GSAP timeline playback for interactive UI?

You can control GSAP timeline playback using basic functions like play, pause, and reverse. Adding labeled checkpoints to the timeline allows you to jump to specific animation moments, driving UI interactions and storytelling.

What is the best way to organize complex GSAP animation workflows?

The best way to organize complex GSAP animation workflows is using timelines with defaults and labels. This orchestrates multiple tweens by applying modular nesting and labeled checkpoints for precise playback control.

Does GSAP timeline support reverse playback for interactive storytelling?

Yes, GSAP timelines support reverse playback. By using basic playback functions alongside labeled checkpoints, you can drive interactive storytelling and manage animation direction dynamically in front-end apps.