Pathgather / please-wait

A simple library to show your users a beautiful splash page while your application loads.
http://pathgather.github.io/please-wait/
MIT License
1.59k stars 155 forks source link

Loading screen flashes when finishing #13

Closed zlangbert closed 9 years ago

zlangbert commented 9 years ago

I'm seeing this in your demo and in my own app: when closing the loading screen it will flash white before fading out. I'm on Windows 10 and have tried the latest Chrome and Firefox.

NevilleS commented 9 years ago

I think I know what you mean, I submitted a PR for our demo page recently and haven't gotten around to double-checking the fix and merging it there.

The flash is likely caused by how you've set up the CSS to hide the body while .pg-loaded is active. See #12 for a likely fix for your app.

zlangbert commented 9 years ago

That did the trick, thanks!

NevilleS commented 9 years ago

No problem :) On Jun 20, 2015 11:21 AM, "Zach Langbert" notifications@github.com wrote:

That did the trick, thanks!

— Reply to this email directly or view it on GitHub https://github.com/Pathgather/please-wait/issues/13#issuecomment-113781009 .