What problem does it solve?
This skill solves the complexity of managing high-performance, cross-browser web animations, eliminating the need for manual CSS transition management and inconsistent animation logic.
Core Features & Use Cases
- Tween Control: Provides precise control over animation properties like duration, easing, and staggering with a unified API.
- Responsive & Accessible: Includes built-in support for media queries and prefers-reduced-motion settings to ensure animations are accessible and performant.
- Use Case: Use this skill to create complex, staggered entrance animations for a landing page or to synchronize UI elements across different screen sizes without writing custom CSS keyframes.
Quick Start
Use the gsap-core skill to animate the opacity and x-position of all elements with the class box over a duration of one second using a power-two-out ease.