When you need CSS keyframe animations to play nicely with HyperFrames' deterministic seeking and preview system, this adapter is the bridge. It finds elements with animation-name, grabs their WAAPI handles when available, and falls back to the negative animation-delay trick for environments that don't expose them. Works great for decorative loops, shimmer effects, and simple entrances where spinning up a full GSAP timeline feels heavy. The main gotcha is avoiding infinite animations unless you've confirmed WAAPI support, since the fallback can't represent unbounded duration. Includes stagger patterns using CSS custom properties and clear guidance on what belongs in CSS versus a proper timeline.
npx skills add https://github.com/heygen-com/hyperframes --skill css-animations