What problem does it solve?
This Skill eliminates the friction of writing GSAP animations that work reliably with HyperFrames' deterministic video rendering pipeline, avoiding common errors like async timeline construction, infinite repeats, and unregistered timelines that break video exports.
Core Features & Use Cases
- Full GSAP API Guidance: Covers core tween methods (to, from, fromTo), timelines, position parameters, easing, stagger, and performance best practices for smooth, compositor-friendly animations.
- HyperFrames Compatibility Rules: Provides exact requirements for timeline registration, playback control, and finite repeat counts to ensure animations render correctly in HyperFrames video compositions.
- Drop-in Effect Patterns: Includes ready-to-use implementations for typewriter text and audio visualizers that follow all HyperFrames constraints.
- Use Case: When building a HyperFrames promotional video with animated headlines and music-reactive graphics, use this Skill to implement polished, reliable animations without manual debugging of rendering issues.
Quick Start
Use the gsap skill to build a paused GSAP timeline for your HyperFrames composition that animates a title entrance and an audio visualizer bar chart, registered to the correct composition ID.