Home › Forums › CSS › Fading div out smoothly › Re: Fading div out smoothly
January 26, 2013 at 3:52 pm
#122417
Participant
You could either do it with CSS animations, or just run
$(“#preload”).hide().fadeIn();
once the DOM is ready. (Just at the start of your last `