What problem does it solve?
This Skill eliminates the friction of creating native browser Web Animations API (WAAPI) motion that renders deterministically within the HyperFrames framework, removing the need for external animation libraries like GSAP for lightweight DOM motion.
Core Features & Use Cases
- Native WAAPI Integration: Use element.animate() with custom keyframes, timing, and fill modes directly in the browser without external dependencies.
- Deterministic Rendering: The HyperFrames adapter automatically syncs animation currentTime to HyperFrames time for consistent, predictable motion output.
- Common Use Cases: Ideal for lightweight DOM motion like staggered element animations, orb movement effects, and generated keyframe animations from structured data where CSS keyframes are too rigid.
Quick Start
Use the waapi skill to create a paused native browser animation for a HyperFrames clip element with custom keyframes, a 3-second duration, and fill mode set to both.