gsap-timeline

Sequence GSAP animations with timing, placement, and nested timelines.

Updated May 31, 2026
One-click install
npx skills add https://github.com/fanguyun/SkillManager --skill gsap-timeline-fanguyun
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsap-timeline
Source: https://github.com/fanguyun/SkillManager/tree/main/gsap-timeline
Command: npx skills add https://github.com/fanguyun/SkillManager --skill gsap-timeline-fanguyun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires GSAP, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured way to sequence animations using GSAP's timeline functionality, addressing the need for complex animation choreography and sequence management.

Core Features & Use Cases

  • Animation Sequencing: Organize and execute animations in a specific order, with precise timing.
  • Position Parameter: Control the timing and placement of animations relative to each other.
  • Nesting Timelines: Create nested timelines for more complex sequences.
  • Use Case: For a web designer creating a multi-step animation on a landing page, this Skill allows for smooth, coordinated transitions between elements.

Quick Start

Create a timeline and add animations to it: gsap.timeline().to('.element', {x: 100, duration: 1}).

Frequently Asked Questions about gsap-timeline

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

FAQPage Schema
How do I sequence web animations with precise timing using GSAP?▼

GSAP timeline sequences web animations by organizing execution order and controlling timing placement relative to other animations. This allows precise choreography of complex motion sequences on landing pages.

Can I create nested timelines for complex animation choreography in GSAP?▼

Nested timelines are supported for complex animation choreography in GSAP. You can create nested timelines to build modular sequences, organizing multi-step animations into manageable hierarchical structures.

How do I control the placement of animations relative to each other in a GSAP timeline?▼

The position parameter controls animation placement relative to each other in a GSAP timeline. It dictates exactly when each animation starts, enabling coordinated transitions between multiple elements.

What's the best way to choreograph a multi-step landing page animation?▼

Choreographing a multi-step landing page animation is best handled by a GSAP timeline. It organizes execution order and manages precise timing for smooth, coordinated transitions between elements.

Do I need the GSAP library installed to manage animation sequencing?▼

The GSAP library is required for timeline management and animation sequencing. This Skill targets web developers and designers who already have GSAP installed within their web design environment.