I know there are tons of plugins/scripts that will pre-load the site while displaying a picture or a message but I am looking to extend the time x amount longer. In other words I want to display message, “This is the message” and while that is up I want the site to fully load and then wait x amount of seconds before fading that message out and fading in the rest of the site. Is this possible?
I know there are tons of plugins/scripts that will pre-load the site while displaying
Share
If you set the
opacityof the page to 0 the browser will still render everything.Then on .ready() fade it in.
Example:
HTML:
CSS:
JS:
jsFiddle:
http://jsfiddle.net/9kM7p/