What problem does it solve?
This Skill resolves the incompatibility between standard Anime.js animations and HyperFrames' seek-driven playback system, enabling deterministic, frame-accurate animation control for HyperFrames video compositions.
Core Features & Use Cases
- Anime.js Adapter Patterns: Provides pre-built code patterns to register Anime.js animations and timelines on the HyperFrames window.__hfAnime registry for automatic time-based seeking.
- Deterministic Playback Control: Ensures Anime.js instances do not advance on their own internal clock, letting HyperFrames own the timeline for precise frame-by-frame control.
- Use Case: Port existing Anime.js animation examples to HyperFrames compositions, or build small, compact DOM and SVG micro-animations that sync perfectly with HyperFrames' playback timeline.
Quick Start
Use the animejs skill to adapt your Anime.js animation or timeline code to work with HyperFrames' seek-driven playback by disabling autoplay and registering all instances on the window.__hfAnime registry.