Skip to content

Instantly share code, notes, and snippets.

@jhdavids8
Created December 16, 2014 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhdavids8/885fc10cf53e50c4425a to your computer and use it in GitHub Desktop.
Save jhdavids8/885fc10cf53e50c4425a to your computer and use it in GitHub Desktop.
Call the pleaseWait library in order to show our loading screen.
var loading_screen = pleaseWait({
logo: "assets/images/pathgather.png",
backgroundColor: '#f46d3b',
loadingHtml: "<div class='sk-spinner sk-spinner-wave'><div class='sk-rect1'></div><div class='sk-rect2'></div><div class='sk-rect3'></div><div class='sk-rect4'></div><div class='sk-rect5'></div></div>"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment