gsap-timeline

Manage and sequence GSAP animations with timelines, positioning, nesting, and playback control.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Adham7843/SaaS-Security-Auditor --skill gsap-timeline-adham7843
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsap-timeline
Source: https://github.com/Adham7843/SaaS-Security-Auditor/tree/main/agents/design-factory/.opencode/skills/06-GSAP/gsap-timeline
Command: npx skills add https://github.com/Adham7843/SaaS-Security-Auditor --skill gsap-timeline-adham7843

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables users to create complex animation sequences with GSAP, overcoming the challenges of manual animation sequencing.

Core Features & Use Cases

  • Animation Sequencing: Simplifies the process of creating multi-step animations using GSAP's timeline feature.
  • Positioning & Nesting: Allows precise control over the timing and order of animations, including nesting timelines within each other.
  • Playback Control: Offers a variety of playback controls to manage the animation's start, pause, reverse, and restart.

Quick Start

Use the gsap-timeline skill to create a timeline for your animation sequence by calling the timeline function with specific animation commands.

Frequently Asked Questions about gsap-timeline

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

FAQPage Schema
Why does my GSAP animation sequence overlap instead of playing in order?

GSAP animation sequences overlap when positioning parameters are not set correctly. Using a timeline allows you to specify precise positioning for each animation step, ensuring they execute in the exact order and timing you intend.

How do I sequence multiple GSAP animations with precise timing control?

To sequence GSAP animations with precise timing, use a timeline to manage the order and positioning of animation steps. This allows you to control the exact timing and flow of your entire animation sequence.

Can I nest timelines within each other for complex GSAP animation sequences?

Yes, you can nest timelines within a GSAP animation sequence. This allows you to embed one timeline inside another to create complex, modular animation flows by grouping sequence steps together within a parent timeline.

What playback controls are available for a GSAP timeline?

GSAP timelines offer playback controls to manage the animation's start, pause, reverse, and restart. These controls allow you to dictate exactly how and when the animation sequence executes during runtime.

Do I need GSAP installed to manage complex animation sequences?

Yes, you need GSAP installed because this Skill requires the GSAP framework for timeline management and animation execution. It relies on GSAP's core functionality to handle the sequencing and playback controls.

Why do my GSAP animations overlap instead of playing in order?

GSAP animations overlap when positioning parameters are not set correctly. Using a timeline allows you to specify precise positioning for each animation step, ensuring they execute in the exact order and timing you intend.