What problem does it solve?
This Skill helps engineers and designers produce reliable GSAP animations for UI components while preventing common issues like poor performance, missing cleanup, and ignoring reduced-motion preferences.
Core Features & Use Cases
- HUD-focused animation patterns: Entrance/exit transitions, status indicator effects, and timeline-driven sequences for a “JARVIS HUD” feel.
- Performance and accessibility guardrails: Prefer transforms/opacity, respect prefers-reduced-motion, and avoid layout-thrashing patterns.
- Deterministic implementation workflow: Test-first guidance plus explicit cleanup strategies for tweens/timelines and ScrollTrigger instances.
- Common use cases: Panel transitions, data-visualization bar animations, scroll-triggered effects, and complex multi-step startup timelines.
Quick Start
Use the gsap skill to animate a HUD panel entrance with a reduced-motion fallback and ensure all GSAP tweens are killed on component unmount.