hoatle / webapp-template

Web application structure template (layout), starting point for backbone + requirejs + twitter bootstrap application compiled by nodejs and running on any web server or phonegap environment :-)
31 stars 9 forks source link

have application loading bar #6

Open hoatle opened 12 years ago

hoatle commented 12 years ago

Long empty while page when requirejs + backbone is loading is not good.

See more here: https://groups.google.com/forum/#!msg/requirejs/JX-9bHP1BBo/8bwfgfurUawJ

hoatle commented 12 years ago

It's perfect if we could use twitter loading bar when we could count the total number of modules to be loaded. Need more study if requirejs supports this. Currently, it works with dot indicator.

hoatle commented 12 years ago

Need to implement splash screen with loading bar (or loading indicator), this will make the app's booting cooler :)