CSS Animation Generator

Visual CSS animation builder with keyframe editor. Preset animations, duration, timing function, iteration count, and delay controls with live preview.

37.4Kuses
9.1/10(476)

Presets

Animation Properties

Keyframes

0%
transform:
opacity:
50%
transform:
opacity:
100%
transform:
opacity:

Generated CSS

@keyframes my-animation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-20px);
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.element {
  animation: my-animation 1s ease 0s infinite normal none;
}

Recommended Products

Ad

Affiliate Disclosure: As an Amazon Associate, ToolBird earns from qualifying purchases. Links above are affiliate links — if you buy through them, we may earn a small commission at no extra cost to you.

Disclaimer: This tool is provided as-is for informational and educational purposes only.

ToolBird Assistant

Find the right tool instantly

Hey! I'm ToolBird Assistant. Tell me what you need and I'll find the right tool for you.