https://github.com/nwutils/nw-splash-screen-example
Show splash screen until main application loads.
https://github.com/nwutils/nw-splash-screen-example
Last synced: 3 months ago
JSON representation
Show splash screen until main application loads.
- Host: GitHub
- URL: https://github.com/nwutils/nw-splash-screen-example
- Owner: nwutils
- License: mit
- Created: 2019-09-20T02:31:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T14:36:16.000Z (11 months ago)
- Last Synced: 2025-01-13T11:24:27.389Z (5 months ago)
- Language: HTML
- Homepage: https://nwutils.io
- Size: 121 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NW.js Splash Screen Example
This is a demo of the [NW-Splasher](https://github.com/nwutils/nw-splasher) library. Check it out to see its full API.
Demo shows a splash screen until the main application loads.

Splash screen and app are separate instances, meaning:
* Splash screen animations will play smoothly as the app loads
* Splash screen window can be closed without effecting the app loading/showing (Not parent-childed)