CSS Tool
CSS Animation Generator
Visually build CSS keyframe animations with live preview and one-click code export. No sign-up, runs entirely in your browser.
Live Preview
Generated Code
@keyframes my-animation {
0% {
transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
opacity: 0;
background-color: #00ffcc;
}
100% {
transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
opacity: 1;
background-color: #00ffcc;
}
}
.animated-element {
animation: my-animation 0.6s ease 0s 1 normal both;
}Animation Settings
0.6s
0s
Keyframes
0% T(0,0) R0 S(1,1) O0
100% T(0,0) R0 S(1,1) O1
0% Properties
0px
0px
0°
1
1
0
#00ffcc
Presets