animejs

Integrate Anime.js animations into HyperFrames compositions with deterministic seeking.

Updated May 14, 2026
One-click install
npx skills add https://github.com/1veso/CONTENT_AUTOMATION_PIPELINE --skill animejs-1veso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: animejs
Source: https://github.com/1veso/CONTENT_AUTOMATION_PIPELINE/tree/main/.agents/skills/animejs
Command: npx skills add https://github.com/1veso/CONTENT_AUTOMATION_PIPELINE --skill animejs-1veso

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires animejs, and includes scripts (resource) components.

What problem does it solve?

This Skill integrates Anime.js animations within HyperFrames, enabling deterministic and seek-driven animations that are compatible with HyperFrames compositions.

Core Features & Use Cases

  • Anime.js Adapter: Facilitates the use of Anime.js within HyperFrames, ensuring animations are render-safe and deterministic.
  • Seek-Driven Animations: Allows seeking through animations within HyperFrames, maintaining synchronization with the composition's timeline.
  • Use Case: For creating animations in HyperFrames compositions that require precise timing and control, such as interactive timelines or seekable video clips.

Quick Start

Integrate Anime.js animations into your HyperFrames composition by registering them on window.__hfAnime.

Frequently Asked Questions about animejs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I synchronize Anime.js animations with a HyperFrames composition timeline?

You can seek through Anime.js animations deterministically by registering them on `window.__hfAnime`, ensuring the animation state remains synchronized with the HyperFrames timeline during interactive playback.

How do I add seek-driven animations to an interactive timeline?

You can create seek-driven animations by integrating Anime.js into your HyperFrames composition, which allows precise timing control and synchronization for interactive timelines or seekable video clips.

Do I need HyperFrames to use Anime.js for deterministic rendering?

Yes, this integration is designed specifically for the HyperFrames environment, requiring both Anime.js and HyperFrames to enable render-safe and deterministic animation seeking within compositions.

What is the best way to control precise animation timing in HyperFrames?

The best way to control precise animation timing is using the Anime.js adapter for HyperFrames, which facilitates render-safe integration and allows you to seek through animations while maintaining timeline synchronization.

Why does my Anime.js animation lose synchronization when seeking the timeline?

Animations lose synchronization when seeking if they are not render-safe and deterministic, but integrating them through the HyperFrames Anime.js adapter ensures they remain perfectly synced with the composition's timeline operations.