dukecon / dukecon_html5

MIT License
2 stars 3 forks source link

Add a "Loading" animation #21

Closed steffchep closed 8 years ago

steffchep commented 8 years ago

... hide the talk schedule and filters until they're fully initialized

steffchep commented 8 years ago

explored a few options including ko.bindingHandlers.[addYourOwnHandler], but all of them would hide the loading screen before the content is fully rendered (particularly since we are using nested foreaches). So the current solution adds a 200 ms timeout after the data is loaded before hising the loading screen. Not pretty, but it looks okay on the screen....