Toolspark

CSS Animation Keyframes Builder

Build CSS @keyframes animations visually with live preview. Configure steps, properties, and easing.

Share:𝕏fin

Animation Settings

Keyframe Steps

%
%
%

Live Preview

Generated CSS

@keyframes myAnimation {
  0% {
  }
  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg);
  }
}

.animated-element {
  animation: myAnimation 1s ease infinite normal;
}

Frequently Asked Questions

Related Tools