What problem does it solve? Writing correct GSAP animations requires knowing the right tween methods, transform aliases, easing names, and accessibility patterns; this Skill provides the official core API guidance so generated animation code follows GSAP best practices. ## Core Features & Use Cases - Core Tween Methods: Covers gsap.to(), from(), fromTo(), and set() with correct vars like duration, delay, ease, stagger, repeat, and overwrite. - Transforms & Easing: Documents transform aliases (x, y, scale, rotation, xPercent), autoAlpha, svgOrigin, directional rotation, and the full built-in ease catalog plus CustomEase. - Responsive & Accessible Animation: Uses gsap.matchMedia() for breakpoint-based animations and prefers-reduced-motion handling with automatic revert. - Use Case: A developer building a landing page in React asks for staggered entrance animations that respect reduced-motion settings; this Skill produces gsap.to() code with stagger objects and a matchMedia conditions block. ## Quick Start Use the gsap-core skill to animate the cards on my page with a staggered fade-in that respects prefers-reduced-motion.