An open API service indexing awesome lists of open source software.

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.

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.

![Animation of splash screen and app loading](splash.gif)

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)