What problem does it solve? Anime.js animations run on their own wall-clock timeline by default, which breaks deterministic frame rendering in HyperFrames. This Skill provides the adapter contract and patterns to make Anime.js animations seekable and render-safe inside HyperFrames compositions. ## Core Features & Use Cases - Seek-Driven Registration: Push Anime.js animations and timelines onto window.__hfAnime so HyperFrames controls the clock via instance.seek(timeMs). - Deterministic Patterns: Enforce autoplay: false, finite durations, and synchronous creation during composition initialization. - Use Case: You found an Anime.js example with a rotating, fading element. Use this Skill to translate it into a HyperFrames-safe composition that renders identically at every seek position. ## Quick Start Convert my Anime.js animation into a HyperFrames composition with autoplay disabled and the instance registered on window.__hfAnime.