Web Application Loading Screen
Posted
by
Matt Charlton
on Stack Overflow
See other posts from Stack Overflow
or by Matt Charlton
Published on 2012-11-24T02:18:51Z
Indexed on
2012/11/29
11:06 UTC
Read the original article
Hit count: 300
I have a web app that has several tree views. When the page loads i see the unordered lists and after a small latency the styling of the tree is rendered into the DOM.
Is there a way to mask the webapp, and have a spinner in the middle of the screen, and when everything on the page is fully rendered the spinner goes away and the mask fades out? Kind of like a semi transparent mask that you would see on a lightbox pop-up dialog.
© Stack Overflow or respective owner