css-animations

Create HyperFrames-compatible CSS animations with finite durations and fixed iteration counts.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Kamalabot/tt-vid --skill css-animations-kamalabot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: css-animations
Source: https://github.com/Kamalabot/tt-vid/tree/main/man_lady/.agents/skills/css-animations
Command: npx skills add https://github.com/Kamalabot/tt-vid --skill css-animations-kamalabot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the compatibility friction between standard CSS animations and HyperFrames' deterministic clip seeking functionality, ensuring animations behave consistently when scrubbing previews or rendering final output.

Core Features & Use Cases

  • HyperFrames-Compatible Animation Patterns: Pre-built adapter patterns for CSS keyframes, animation-delay timing, animation-fill-mode, and animation-play-state that integrate seamlessly with HyperFrames' runtime.
  • Common Motion Use Cases: Supports decorative loops, shimmer/glow effects, staggered UI element entrances, and non-sequenced background motion that does not require full JS timeline tooling like GSAP.
  • Validation Guidance: Includes instructions for running HyperFrames lint and validate commands to catch animation compatibility issues before deployment.

Quick Start

Use the css-animations skill to add a seekable pulsing ring animation to a HyperFrames clip element with a 4-second duration and 3 iteration count.

Frequently Asked Questions about css-animations

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

FAQPage Schema
How do I make CSS animations seekable in HyperFrames?

To make CSS animations seekable in HyperFrames, apply finite durations, fixed iteration counts, and animation-fill-mode: both. This enforces deterministic clip seeking consistency during preview scrubbing and final rendering.

Why do my web animations break when scrubbing HyperFrames clips?

Web animations break during HyperFrames scrubbing due to compatibility friction with deterministic clip seeking. Standard CSS animations require adapter patterns for keyframes and animation-play-state to integrate with the runtime.

What CSS properties are required for HyperFrames animation compatibility?

HyperFrames animation compatibility requires finite animation durations, fixed iteration counts, and animation-fill-mode: both. These properties ensure a consistent seekable state across all playback and render passes.

Can I use CSS keyframes for staggered UI entrances in HyperFrames?

Yes, you can use CSS keyframes for staggered UI element entrances in HyperFrames. The skill provides pre-built adapter patterns for animation-delay timing that integrate seamlessly with the HyperFrames runtime.

Does HyperFrames support infinite CSS animation loops for background motion?

HyperFrames does not support infinite CSS animation loops for background motion. You must use fixed iteration counts and finite durations to ensure consistent seekable states across playback and render passes.

Do I need JavaScript timeline tools like GSAP for decorative motion in HyperFrames?

You do not need JavaScript timeline tools like GSAP for decorative motion in HyperFrames. CSS keyframes with adapter patterns handle shimmer, glow, and non-sequenced background animations without full JS timeline tooling.