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

Callback #22

Closed Pigrecolab closed 8 years ago

Pigrecolab commented 8 years ago

I've a lot of troubles adding please wait in a page with masonry. I could add the masonry after finish(), but I don't know how to add a callback function... Could you help me ?

jhdavids8 commented 8 years ago

I only know a little about masonry, but it sounds like you should probably follow this workflow:

If you have a specific error you're running into though, please elaborate and we'll try to help!

Pigrecolab commented 8 years ago

Hello, the issue is due to: body { display: none } befor pleaseWait finishes. I replaced it with: body { opacity: 0 }.. Another important issue is about Android browser which doesn't close the splash screen at finish()