// === FadeOut === @keyframes fadeOut { to { opacity: 0; } } .fadeOut { animation-name: fadeOut; }