What problem does it solve?
Writing GSAP animations inside HyperFrames compositions requires knowing the correct tween methods, timeline sequencing, easing options, and performance constraints, and mistakes like animating layout properties or misusing the position parameter produce broken or janky results.
Core Features & Use Cases
- GSAP API Reference: Covers gsap.to(), from(), fromTo(), set(), easing, stagger, defaults, and transform aliases with correct camelCase property names.
- Timeline Sequencing: Explains gsap.timeline(), the position parameter, labels, nesting, and playback control for deterministic animation sequencing.
- Drop-in Effects: Provides 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: You are building a HyperFrames composition with a word-rotating typewriter headline synced to background music; use this Skill to sequence the timeline correctly and generate the audio-data.json driving the visualizer.
Quick Start
Use the hyperframes-gsap skill to create a GSAP timeline that types out a headline with a blinking cursor and then fades in a subtitle.