.fading { animation: fanOut 1s } @keyframes fanOut { from {opacity: 0;} to {opacity: 1;} }