Created
February 13, 2020 07:36
-
-
Save faruk09/f4cf51792bbda64d2b0c773b2c8c1af6 to your computer and use it in GitHub Desktop.
Revisions
-
faruk09 created this gist
Feb 13, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ 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 });