css-animations
๐ฏSkillfrom heygen-com/hyperframes
A CSS Animations adapter skill for HyperFrames, the open-source HTML-to-video rendering framework by HeyGen. Enables AI coding agents to use CSS animations and keyframes within HyperFrames video compositions.
Overview
The css-animations skill is a HyperFrames adapter that teaches AI agents how to write CSS keyframe animation patterns compatible with HyperFrames video rendering. Standard CSS animations run on wall-clock time, making them non-deterministic during frame capture. This skill provides patterns that let HyperFrames discover, pause, and seek CSS animations frame-by-frame.
Key Features
- CSS @keyframes patterns that HyperFrames can automatically discover and control during frame-accurate rendering
- Seekable animation techniques where HyperFrames pauses and steps through CSS animations at each captured frame
- Works alongside other adapters (GSAP, Anime.js, Lottie, Three.js, WAAPI) for mixed-runtime compositions
- Integrates with the HyperFrames dev-loop: init, preview, lint, and render to MP4
- Deterministic rendering where identical inputs always produce identical video output
Who is this for?
- Developers who prefer pure CSS animations over JavaScript libraries when building HyperFrames compositions
- AI agent users who need CSS keyframe animations to render correctly in the frame capture pipeline
- Teams wanting lightweight, dependency-free animations within automated video pipelines
Same repository
heygen-com/hyperframes(24 items)
Installation
npx vibeindex add heygen-com/hyperframes --skill css-animationsnpx skills add heygen-com/hyperframes --skill css-animations~/.claude/skills/css-animations/SKILL.mdSKILL.md
More from this repository10
Skill for authoring HTML-based video compositions with the Hyperframes framework, covering captions, TTS, audio-reactive animation, and transitions for AI agent-driven video creation.
CLI tool for the Hyperframes video rendering framework that provides commands to create, preview, lint, and render HTML-based video compositions to MP4.
Skill that teaches AI agents the GSAP animation API for Hyperframes compositions, including timelines, easing, ScrollTrigger, plugins, and performance best practices across React, Vue, and Svelte.
Skill that enables AI agents to convert existing websites, PDFs, CSVs, and other content into Hyperframes video compositions, supporting format-specific outputs like TikTok-style vertical videos.
Skill for installing blocks and components into Hyperframes projects via the `hyperframes add` command, providing access to 50+ ready-to-use overlays, shader transitions, and data visualizations.
A skill for the HyperFrames open-source video rendering framework that teaches AI agents to write correct HTML-based video compositions and GSAP animations, enabling them to render video from HTML code.
Part of HyperFrames, an open-source video rendering framework for creating HTML-based video compositions with AI agents; this skill provides Tailwind CSS v4 browser-runtime styling guidance for video compositions.
An Anime.js adapter skill for HyperFrames, the open-source HTML-to-video rendering framework by HeyGen. Teaches AI coding agents how to use Anime.js animations within HyperFrames video compositions.
A Three.js adapter skill for HyperFrames, the open-source HTML-to-video rendering framework by HeyGen. Enables AI coding agents to create 3D scenes and animations within HyperFrames video compositions.
A Lottie adapter skill for HyperFrames, the open-source HTML-to-video rendering framework by HeyGen. Enables AI coding agents to embed and control Lottie animations within HyperFrames video compositions.