olNGIb4NkK5r2x7x4oG3GpEzizVpnY6KNCck9cym

How to add preloader animation in Blogger / Blogspot ?

An attractive look of website is really impressive for our visitors - right ? and we also want to make our website better than others. For this we implements attractive navigation , animation style , smooth scrolling, and responsiveness. 

    Today we are introducing about animated preloader effect in blogger at loading time. After applying this effect when user will click on any link inside our website, an animated loading effect will be shown untill our link gets loaded.  It's really an impressive way to impress our visitors and attract them to visit more time .


How to add preloader effect in blogger / blogspot ?

There are a lot ways to add preloader in blogger but in this blog i shall introduce you about easiest method to apply this effect.
Step 1 :  
  1.  Log in to your blogger account
  2.  Go to Design --> Edit HTML
  3.  Search for  </head>
  4.  Copy the code below, and paste above </head>

 #page-loader {
    position:fixed !important;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:9999999;
    background:#FFFFFF url('replace it with your original url') no-repeat 50% 50%;

    padding:1em 1.2em;
    display:none;
Note :-  
  • replace background with original url.
  • For any changes make a change in the css given above


Step 3 :  
    1. Now again search for </body> 
    2. And paste the javascript code given below.
         <script type='text/javascript'>
        //<![CDATA[
        $(document.body).append('<div id="page-loader"></div>');
        $(window).on("beforeunload", function() {
            $('#page-loader').fadeIn(1000).delay(6000).fadeOut(1000);
        });
        //]]>
        </script>
    

    Step 4 :  
      This is the last step and most important step.
      Select any one from the given links and paste in the css (step 2) in background(replace it with your original url )
      Now choose any one which is looking best for you and replace there.

      # Preloader Effect Style 1

      https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxYLC6N0X11qDjT4AelGyY_mnhmynydApSgdUwoRcyCTxIyJ36PdkrQkj0XZ98QBGPqJhInNUAjiHYlvJWh3vrmDGaQNn-U5_T9cjRolD6lPVrmQQ-Ih6fkH4-wOKo1C4E_ZXBio7Mxnn3/s100/loadi9ng9.gif

      # Preloader Effect Style 2



      https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSu7v-yNx_CQNIGXYTaZOUGtnpvDzD8ZflvY3hUtXxdIPW7uVfEuEOOmEk5Wpa2cMVIxuQRLsHcfyoH2fxt30D1OOymDsxYPDPwvhZsbakv2O3eZajyVCueUXIpd2MxOOuZxvKAmTmvR-w/s36/loading1.gif

      # Preloader Effect Style 3


      https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZxz6ZDoH1FydJZU4NI6LfJB4aJ9xuE0soW3o20D_PYYb6eLru_kMcsyB7CWIJKFWTzB_lJxQLkbcvQbp1TUGpajBtsE3Uy7ygaGDa6QDhcK5hITlp3OWBOgKUfUAtzizQbvzLKAecNFmh/s160/loading2.gif

      # Preloader Effect Style 4


      https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgED7Jgjsb08PQk97-2cD4TrVEkWUU5TAp7-2Urg-BzTgsxsvA5olYKB8FEfJgr9D6ct5qW_MpSo_rb57mxXbQ2r60KjVFQ3v0b2dn4_HTr4b0bTAC3pu7TrVkObvcK7DpZ42aSFzrktIv1/s56/loading3.gif

      # Preloader Effect Style 5


      https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhl4SRmQS7LagRNvs52_7hUhyhbqCE3JHI25KpPwCHYiOBgvTpHgrbiyQVRPxHsJCoxbn1j0Xu_ua3NgfBPH8Qkndly7p31yT5zCp5mD54XLHBq9O4LHdYemfCmCfxYoVMN4S6wCP2JATfL/s100/loading4.gif

      # Preloader Effect Style 5


      https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxYLC6N0X11qDjT4AelGyY_mnhmynydApSgdUwoRcyCTxIyJ36PdkrQkj0XZ98QBGPqJhInNUAjiHYlvJWh3vrmDGaQNn-U5_T9cjRolD6lPVrmQQ-Ih6fkH4-wOKo1C4E_ZXBio7Mxnn3/s100/loadi9ng9.gif

      # Preloader Effect Style 6


      https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcIciUr3E4LhHIL7eQ0LuzMzaxFfwmdzHm9MfrqG2MF9DLL0Y6eiDmm9XP1LxCm6Qhos-BWq-pEsucf66v_j_4uPpwOUbTGEdtxAGIUx5C9MGqQr1oEwjUWLVZDkqQU1GveD0WunDdWJi5/s200/loading12.gif

      Related Posts

      Related Posts

      Post a Comment