What problem does it solve?
This Skill streamlines the process of integrating GSAP into your projects, ensuring correct installation, plugin registration, and optimal global configuration for smooth animations.
Core Features & Use Cases
- Installation Guidance: Provides instructions for NPM and CDN installations.
- Plugin Registration: Demonstrates how to register essential GSAP plugins like ScrollTrigger and Draggable.
- Global Configuration: Shows how to set default animation properties and configure ScrollTrigger for better performance.
- Best Practices: Outlines essential development patterns for maintainable and performant GSAP animations.
- Use Case: Quickly set up a new React project with GSAP, registering all necessary plugins and configuring global defaults for consistent animation behavior.
Quick Start
Use the gsap-setup skill to install GSAP and register the ScrollTrigger plugin in your project.