What problem does it solve?
GSAP is a powerful animation library, but integrating it cleanly into HyperFrames compositions can be verbose and error-prone. This reference consolidates the core methods, timeline workflows, and performance guidelines so you can build reliable, maintainable motion.
Core Features & Use Cases
- Core tween methods: gsap.to(), gsap.from(), gsap.fromTo(), gsap.set() for common animations.
- Timelines and sequencing: create and control paused timelines, position within a composition, nesting timelines, and coordinate multiple elements.
- Performance and best practices: prefer transforms and opacity, use will-change where appropriate, and utilize gsap.matchMedia for responsive motion.
- Use Case: quickly prototype a button hover that expands into a panel using a timeline and staggered elements.
Quick Start
Create a new HyperFrames composition and apply GSAP methods to drive animations on the target elements.