gsap-timeline

Coordinate multi-step GSAP animations with timelines, position parameters, and nesting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides structured guidance on using GSAP timelines to coordinate multi-step animations, manage sequencing, nesting, and playback across web projects.

Core Features & Use Cases

  • Timeline creation: Create and control a gsap.timeline for coordinated tweens.
  • Position parameter mastery: Use the position parameter to place animations at precise times or relative to others.
  • Nesting & Labels: Nest timelines and use labels to orchestrate complex sequences and reusability.

Quick Start

Create a timeline with two simple tweens and demonstrate a labeled checkpoint to illustrate sequencing.

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 using a timeline?

Use gsap.timeline() to coordinate multi-step animations by adding individual tweens and managing their sequencing, nesting, and playback for synchronized web animation choreography.

What is the GSAP position parameter and how does it control tween sequencing?

The position parameter places animations at precise times or relative to others in a GSAP timeline, enabling fine-grained control over multi-tween sequencing and overlap.

Can I nest GSAP timelines to orchestrate complex animation sequences?

Yes, you can nest GSAP timelines to orchestrate complex sequences. Nesting timelines enables modular, reusable multi-step animation choreography and coordinated playback within a master timeline.

How do I use labels in a GSAP timeline to manage animation checkpoints?

Use labels in a GSAP timeline to mark specific points in time, creating reusable checkpoints to position subsequent tweens relative to those named markers for precise sequencing.

Does GSAP timeline integrate with ScrollTrigger for scroll-based web animations?

Yes, GSAP timeline integrates with ScrollTrigger to bind multi-step tween sequences and playback to scroll positions, enabling scroll-driven web animation choreography.

What is the best way to manage multi-step animation playback in web projects?

Using a GSAP timeline is the best way to manage multi-step animation playback, leveraging the position parameter, labels, and nesting to coordinate complex tween sequences in web projects.