gsap-timeline

Sequence GSAP animation tweens into coordinated timelines with position parameters and labels.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you coordinate multiple GSAP tweens into a single, readable timeline so motion plays in the right order without brittle delays.

Core Features & Use Cases

  • Sequencing: Build animation flows that run step-by-step or overlap intentionally using timeline placement.
  • Control: Use labels, defaults, nesting, and playback methods to keep complex motion maintainable.
  • Use Case: Create an intro sequence where text fades in, images slide, and a CTA appears at the exact moment the previous motion finishes.

Quick Start

Use this skill to design a GSAP timeline that sequences several elements with labels, defaults, and relative positions.

Frequently Asked Questions about gsap-timeline

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

FAQPage Schema
How do I sequence GSAP animations without brittle delays?

Sequencing GSAP animations without brittle delays requires coordinating multiple tweens into a single timeline using gsap.timeline(). This ensures motion plays in the correct order step-by-step or overlaps intentionally, replacing manual delay management with precise timeline placement.

How do I control playback order and overlap in a GSAP timeline?

Controlling playback order and overlap in a GSAP timeline is achieved using position parameters and labels. These features allow you to place tweens at exact moments relative to each other, ensuring elements appear exactly when previous motions finish or overlap intentionally.

What is the best way to manage complex multi-step motion design in GSAP?

The best way to manage complex multi-step motion design in GSAP is using timeline defaults and nested animation groups. Applying defaults and nesting keeps intricate keyframe-style transitions maintainable while providing comprehensive playback control over the entire coordinated sequence.

Can I make a GSAP timeline reversible for interactive playback?

Yes, a GSAP timeline is fully reversible using built-in playback controls. By managing order and overlap through labels and defaults, the coordinated animation sequence can play forwards or backwards seamlessly, which is essential for interactive user experiences.

How do I build an intro sequence where a CTA appears after text fades in?

Building an intro sequence where a CTA appears after text fades in involves sequencing tweens into a GSAP timeline. You use relative positions to slide images and trigger the CTA at the exact moment the previous motion finishes.