Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Fading div out smoothly Re: Fading div out smoothly

#122417
rosspenman
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 `