Test CSS animation properties live and copy the code
The CSS Animation Preview tool lets you test animation presets with full control over duration, timing function, delay, iteration, direction, and fill mode. See the animation live and copy the complete CSS including the @keyframes definition.
Live animation preview with one click.
Everything runs in your browser. No data sent anywhere.
"forwards" keeps the element in its final animated state. "backwards" applies the first keyframe during the delay. "both" applies both behaviors.
"alternate" makes the animation play forward then backward on each cycle. "reverse" plays the keyframes in reverse order.
Yes. Copy the CSS into a stylesheet or CSS module and apply the class to your component. The animations are pure CSS with no dependencies.