1 2 3 4 5 6 7 8
.fading { animation: fanOut 1s } @keyframes fanOut { from {opacity: 0;} to {opacity: 1;} }