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.

Revisions

  1. faruk09 created this gist Feb 13, 2020.
    13 changes: 13 additions & 0 deletions Fakeloader
    Original 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
    });