"falkencreative" said:It isn't exactly the same, but this is a very similar idea: http://www.w3avenue.com/2009/10/02/quer ... r-website/The example site in your post uses a jquery script/plugin to do the preloading: http://www.julienzmiro.com/js/preload.js
Can someone put some light on how to achieve the page load effect like this website: http://www.julienzmiro.com/
When we open this site, a gif image is displayed(as a progress indicator), and then it loads the whole page in one go.
How is this achieved, i.e. how to wait for a while until the whole page is loaded and then display it smoothly (as it is done in this website).
I assume some JavaScript or Jquery is used to achieve this.
Thanks in advance.
Pawan
The example site in your post uses a jquery script/plugin to do the preloading: http://www.julienzmiro.com/js/preload.js
Thanks a lot !
I was searching for exactly this thing.