#slider {
    opacity: 1;
    transition: opacity 1s;
}

#slider.fadeOut {
    opacity: 0;
}