CSS Keyframes Generator

Generate CSS keyframe animations with presets and live preview. Free online tool with copy-ready code. No signup, browser-based.

Preparing private browser tool…

Your file will stay on this device.

Frequently asked questions

What are CSS @keyframes?
Define animation steps by specifying styles at percentages (0% to 100% or from/to).
How to loop forever?
Set animation-iteration-count: infinite. Use animation-direction: alternate for ping-pong.
Why snaps back at end?
Use animation-fill-mode: forwards to keep the final keyframe styles applied.