Skip to content

Instantly share code, notes, and snippets.

@faruk09
Created February 13, 2020 07:36
Show Gist options
  • Save faruk09/f4cf51792bbda64d2b0c773b2c8c1af6 to your computer and use it in GitHub Desktop.
Save faruk09/f4cf51792bbda64d2b0c773b2c8c1af6 to your computer and use it in GitHub Desktop.
Fakeloader
Start on body
<div class="fakeLoader"></div>
Call css and js file of fakeloader
Activations with options
$.fakeLoader({
timeToHide:1200, //Time in milliseconds for fakeLoader disappear
zIndex:999, // Default zIndex
spinner:"spinner1",//Options: 'spinner1', 'spinner2', 'spinner3', 'spinner4', 'spinner5', 'spinner6', 'spinner7'
bgColor:"#2ecc71", //Hex, RGB or RGBA colors
imagePath:"yourPath/customizedImage.gif" //If you want can you insert your custom image
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment