gsap-timeline

Sequence GSAP animations with timelines, labels, and playback controls.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/eryckassis/Dior-Luxury-Boutique-Saas --skill gsap-timeline-eryckassis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsap-timeline
Source: https://github.com/eryckassis/Dior-Luxury-Boutique-Saas/tree/main/.agents/skills/gsap-timeline
Command: npx skills add https://github.com/eryckassis/Dior-Luxury-Boutique-Saas --skill gsap-timeline-eryckassis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sequencing and coordinating multiple GSAP animations to deliver smooth, predictable motion in UI experiences.

Core Features & Use Cases

  • Timeline creation: build multi-step animations using gsap.timeline() and control order and timing.
  • Positioning and labels: place animations at exact times or relative to labels, enabling readable sequencing.
  • Nesting and playback: nest timelines inside timelines, manage playback (play, pause, reverse, restart), and share defaults across child tweens.
  • Practical use cases: onboarding tours, complex entrances/exits, and choreographed interactions with coordinated motion.

Quick Start

Create a timeline with gsap.timeline(), add multiple tweens, and use the position parameter to align them.

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 with precise timing?

You can coordinate GSAP animations by creating a timeline with gsap.timeline(), adding multiple tweens, and using the position parameter to align them. This ensures precise timing and order for complex UI experiences like onboarding tours.

What is label-based choreography in web animation sequencing?

Label-based choreography in web animation places animations relative to named labels within a timeline, enabling readable and precise sequencing. This approach simplifies coordinating complex entrances, exits, and multi-step interactions without calculating exact numeric timestamps.

Can I nest GSAP timelines inside other timelines for complex UI motion?

Yes, you can nest timelines inside timelines using GSAP to build complex choreographed interactions. This allows managing sophisticated multi-step UI experiences while sharing defaults across child tweens and controlling overall playback.

How do I control playback like play, pause, and reverse for a GSAP timeline?

You can control GSAP timeline playback using built-in methods to play, pause, reverse, or restart the sequence. These controls allow you to manage coordinated motion dynamically during onboarding tours, product showcases, and complex entrances or exits.

When should I use a GSAP timeline instead of individual tweens for UI animation?

Use a GSAP timeline instead of individual tweens when you need to sequence and coordinate multi-step animations with precise timing and order. Timelines are essential for UI experiences requiring coordinated motion, such as onboarding tours, product showcases, and complex entrances or exits.