preset
namedurationms
easingiter
0%
100%
@keyframes kami-anim {
0% { transform: translateY(8px); opacity: 0; }
100% { transform: translateY(0); opacity: 1; }
}
.kami-anim {
animation: kami-anim 800ms cubic-bezier(.2,0,0,1) 1;
}
About this tool
How to use it
- Add keyframe stops on the timeline and set CSS properties for each.
- Preview the animation live on the element.
- Copy the @keyframes CSS.
Why it lives here
Everything runs in your browser. No account, no ads, no tracking, and no upload.