Free browser tool
Interactive workspace
Use CSS Animation Generator
CSS Animation Generator
Pick an animation, adjust timing and copy the CSS — all with a live preview.
Animation
Timing
0.6s
0s
Preview — Fade In
✨
@keyframes fadeIn {
from { opacity: 0; } to { opacity: 1; }
}
.cxp-anim-fadeIn {
animation-name: fadeIn;
animation-duration: 0.6s;
animation-delay: 0s;
animation-iteration-count: 1;
animation-timing-function: ease;
animation-fill-mode: both;
animation-direction: normal;
}Shorthand
animation: fadeIn 0.6s ease 0s 1 normal both;Free to useNo account required for this utility.
Built for clarityFocused controls and readable results.
Need another tool?Explore the complete library