Keyframe Generator
Build custom CSS keyframe animations with multiple steps
Keyframe Steps
Step Properties
0%
0px
0px
1
0°
1
Animation Properties
2s
Presets
Live Preview
Generated CSS
@keyframes customAnimation {
0% {
}
100% {
}
}
.element {
animation: customAnimation 2s ease infinite;
}