What problem does it solve?
Default Anime.js relies on its own internal wall-clock for playback, which is incompatible with HyperFrames' seek-driven composition timeline. This causes animations to play out of sync or ignore timeline controls entirely, breaking interactive and scrubbable content.
Core Features & Use Cases
- Provides adapter patterns to make Anime.js instances fully controllable via HyperFrames' timeline for deterministic, scrubbable playback
- Supports both standard script tag and ES module Anime.js builds for flexible integration
- Includes ready-to-use patterns for single animations and multi-step timelines
- Use case: Build interactive HyperFrames product demos, UI prototypes, or educational content with smooth micro-animations using familiar Anime.js syntax without playback sync issues
Quick Start
Use the animejs skill to create a seek-driven Anime.js fade-in animation for the .hero element in your HyperFrames composition.