CSS Animation Generator

Pick from 12 animation presets, customize the timing and behavior, then copy the ready-to-use CSS.

Animation

Duration0.6s
Delay0s

Timing Function

Iterations

Fill Mode

Preview

Generated CSS
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.animated-element {
  animation: fadeIn 0.6s ease-out 0s 1 both;
}

FAQ

Is CSS Animation Generator free to use?

Yes, CSS Animation Generator is completely free to use on UtilityCove.

Does CSS Animation Generator upload my data?

No. CSS Animation Generator runs in your browser, so your input stays on your device.

Can I use CSS Animation Generator on mobile?

Yes. CSS Animation Generator works on modern mobile and desktop browsers.