please-wait
please-wait copied to clipboard
A simple library to show your users a beautiful splash page while your application loads.
When calling `loadingScreen.finish()` with no arguments, the loading screen will always be visible for at least 1300 ms even if your application loads instantly. **This makes your application feel slow...
I use please-wait.js for showing progress. But in case I want to change text of loading page, I call loading_screen.updateLoadingHtml("Text") but the text appeared at first disappeared and then next...
No offense to the creators of the library. I just want to make the drawbacks of this library clear to anyone who is considering it for their application. Let me...
A few issues were brought up: - [ ] What's the usage in a modern ES6 environment? - [ ] How to ensure the CSS files are added to the...
The function of getting a random sentence was very nice, could you please share how it is implemented? thanks. The ideal situation would be if the loading time is too...
After preloader finished, the whole page is slightly jumping towards left .(Issue is in your online also).
This pull request improves the README file with the following changes: - Add a table of contents for easier navigation - Provide more detailed installation and usage instructions - Include...