What problem does it solve? Writing correct GSAP animation code requires remembering dozens of API details—tween methods, easing names, timeline position parameters, and performance rules. This Skill provides a complete reference so animations in HyperFrames compositions are written correctly the first time. ## Core Features & Use Cases - Core Tween Reference: Covers gsap.to(), from(), fromTo(), set(), transform aliases, easing, stagger, and function-based values. - Timeline Sequencing: Documents gsap.timeline(), the position parameter, labels, nesting, and playback control for multi-step animations. - Drop-in Effects: Includes ready-made typewriter text and audio visualizer patterns, plus a Python script that extracts per-frame RMS and frequency band data from audio or video files. - Use Case: Build a HyperFrames composition where a headline types itself out with a blinking cursor while canvas bars pulse to an MP3 soundtrack, all driven by a single deterministic GSAP timeline. ## Quick Start Use the gsap skill to create a HyperFrames composition with a staggered entrance animation and a typewriter headline on a timeline.