What problem does it solve?
This Skill provides a comprehensive toolkit for creating high-performance, complex web animations, from simple tweens to intricate scroll-driven sequences and interactive elements.
Core Features & Use Cases
- Core Animations: Create tweens, timelines, and sequences for elements.
- Scroll-Triggered Animations: Link animations to scroll position using ScrollTrigger.
- SVG Animation: Animate SVG paths, morph shapes, and draw effects.
- Layout Transitions: Implement smooth layout changes with the Flip plugin.
- Interactive Elements: Build draggable components and gesture-based interactions.
- Text Animation: Animate text character-by-character or with scramble effects.
- React Integration: Seamlessly use GSAP within React applications with
useGSAP.
- Use Case: Build a visually engaging product landing page with parallax scrolling effects, animated SVG icons that morph on hover, and text reveals that trigger as the user scrolls down the page.
Quick Start
Use the gsap skill to create a timeline that animates a box element to move 200 pixels to the right over 1 second.