Saturday, July 28, 2012

Blogger Dynamic Page Loading Effect



Many websites like Facebook, Google, Blogger having their own loading effect, when we visit on site and site take some loading time and in that time shows the loading effects on the all sites, you can also add a diffrenet and PRO loading effect like Blogger Dynamic Loading Effect with a bar.




Add Blogger Dynamic Page Loading Effect

  • Login to Blogger > Dashboard 
  • Go to Design > Edit HTML
  • Search for
</head>
  • Paste below code above </head>
<style>
/*  Blogger Dynamic Style Page Loading Effect By www.fblatest.in */
#fb-loading {
    position: fixed;
    z-index: 50;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #FDFEF8 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyJ213Jl0TONL-GO09tFjdv9qsoaMG2BCJoAelsS08cgRIWCRRMA2T-wi8__e28rUNE-wWSZqBwZ_5nLSKM0QMCC_jtd_uo4QE6LlJZVWnZoUsIWR-DmdiffrsM_YNXQu_WXf4al7QnlWu/s1600/index.gif) no-repeat center;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
}
.FB #fb-loading { display: none; }

@media only screen and (device-width: 768px) {
    #loading {
        position:absolute;
        width:1040px;
        min-height:768px;
    }
}
#fb-progress-bar {
    position: absolute;
    top: 0; left: 0;
    background: #FF6600;
    opacity: 0.8;
    width: 0;
    height: 18px;
}
#fb-loader {
    height: 100%;
    display: none;
}
</style>
<script>

(function($){

$("html").removeClass("FB");


$("#header").ready(function(){ $("#fb-progress-bar").stop().animate({ width: "25%" },1500) });
$("#footer").ready(function(){ $("#fb-progress-bar").stop().animate({ width: "75%" },1500) });


$(window).load(function(){

    $("#fb-progress-bar").stop().animate({ width: "100%" },600,function(){
        $("#fb-loading").fadeOut("fast",function(){ $(this).remove(); });
    });

});
})(jQuery);
</script>
  • Now Search for
<body>
  • Paste below code after <body>
<div id='fb-loading'><div id='fb-progress-bar'></div><div id='fb-loader'>Loading...</div></div>
  • Save Your Template





If Any Problem, Ask In Comment 





Thanks for Visit Here Like Us on Facebook.
If Any Problem, Ask in Comments Follow US on Twitter.

help us to grow

Post a Comment