animated box
.animation {
animation: pulse 1s linear infinite both;
}
/* Tone down the animation */
@media (prefers-reduced-motion) {
.animation {
animation-name: dissolve;
}
}
.animation {
animation: pulse 1s linear infinite both;
}
/* Tone down the animation */
@media (prefers-reduced-motion) {
.animation {
animation-name: dissolve;
}
}