Skip to main content

Toolzium

Command Palette

Search for a command to run...

CSS Keyframe Animation Generator

Visually generate, test, and customize CSS @keyframes animations.

Animation Controls
Adjust the animation settings
Live Preview
Preview
Generated CSS
animation: customAnim 1s ease 0s infinite normal;
@keyframes customAnim {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
CSS Keyframe Animation Visual Generator | Toolzium - Toolzium