@keyframes fadeOut { from {opacity: 1;} 100% {opacity: 0;} } .fadeOut { animation-name: fadeOut; }