Add-on Wordpress Plugin Add-ons Mozilla Adsense adsense trik Advertising Wordpress plugin Alexa Aplikasi Program Backlink Berita Bing Bisnis Online Blockquote Blog And Magazine Wordpress Themes Blog Reviews Blog SEO Blog Stuff blog tutorial Blogger Gadgets blogger hack Blogger SEO Blogger SEO Tips Blogger Template Blogger Templates Blogger Tool Blogger Tricks blogger trik Blogger Tutorials Blogger Widgets Business Calendars Wordpress Plugin CodeCanyon Contact Form Corporate Wordpress Theme Creative Creative Market Creative Wordpress Theme CSS CSS3 Custom Domain Directory & Listings DMOZ Dofollow Dunia eCommerce WordPress Plugin eCommerce Wordpress Theme Education Wordpress Theme Elegantthemes Wordpress English Post Entertainment Wordpress Theme Extensions Pack Font FontAwesome Food Forms Wordpress Plugins Free Software Free Stuff Galleries Wordpress Plugin GenesisFramework Google Chrome Google Pagerank Halaman Health & Beauty Hosting HTML Interface Elements WordPress Plugin Intermezzo JavaScript jQuery KlasikThemes Kode HTML Komentar Kontes SEO Lintas Berita Magazine Blogger Template Marketing Media Membership Menus Miscellaneous Miscellaneous Wordpress Theme Multipurpose Blogger Template Music And Brands News Blogger Template Opini Page Loading Personal Photography PHP Scripts PHP SEO Portfolio Posting Premium Blogger Templates Products Project Management Tools ProjectPanorama Promosi Blog RealEstate Rekomendasi Relevanssi Request Responsive Blogger Template Restaurants & Cafes Wordpress Theme Retail Wordpress Theme Search Engine SEO Blogspot SEO Tips SEO Tools Share Button Sidebar Slider Social Bookmark Social Networking WordPress Plugin Social Subscription Widget Software Soliloquywp StudioPress Tag Kondisional Technology Wordpress Theme Teknologi Template TheEventsCalendar Theme ThemeForest Templates Themeisle ThemeJunkie Themes Pack Ting Tips dan Trik Blogging Tokoh Tools Blogging Travel Trik Tutorial Blogging Uncategorized Unik Utilities WordPress Plugin Website Widget dan Plugin Widgets Wikipedia WooCommerce WooThemes Wordpress Plugin Wordpress Premium Themes Wordpress SEO Plugins Wordpress ThemeForest Themes Wordpress Themes Wordpress Tricks Wordpress Tutorials WP Plugins WP Sliders WPMUdev WPRocket Yithemes Yoast Youtube

How to Add Page Loads Loading Image Effect In Blogger Template
Hello Folks,Today in this article we are going to explain you how to display loading image/animated effect on your blogger website or blog.This tutorial will help you to learn to use any gif animation as loading animation effect.using this feature will improve your website or blog loading experience.

how to generate a loading animation effect

First we need to create or find a matching content or beautiful loading gif image for blogger template.If you are a graphics designer then you can easily create a page loading animation gif image.But if you are not related to graphics then you don't need to worry, Now days there are many websites available over the internet where we can easily get a loading animated image and you can customize it according to your Blogger template. We have mentioned few websites to create gif page load image below,check them out.
  • http://loading.io/
  • http://www.loadinfo.net/
  • http://preloaders.net/
  • http://cssload.net/
  • www.ajaxload.info
  • http://www.chimply.com/Generator#classic-spinner,animatedCircle

How to add animated loading image effect in blogger template

Step 1. Log in to your Blogger Account and Go to your Blogger Dashboard
Step 2. Now Click on -> Template -> Edit HTML->
Step 3. Now Search ]]></b:skin> By Pressing Ctrl+F 
Step 4. Finally Now Copy the below CSS and Paste the CSS above ]]></b:skin>
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('Image URL') 50% 50% no-repeat rgb(249,249,249);
}

customization:

Change Image URL with your gif image url.

Step 5. Now Search For <body> or <body ....> and add the below tag just below <body> tag.
<div class="loader"></div>
Step 6. Now Search for </head> By Pressing Ctrl+F and copy the below Script and paste it above/before </head>.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript">
$(window).load(function() {
    $(".loader").fadeOut("slow");
})
</script>
Now Save your template..Done !

If your blogger template already contains the above jquery,then you don't need to follow the above step i.e Step 6.Just Skip !
We hope this article helped you to learn How To Add Page Loads Loading Animated Effect In Blogger Template.If you liked this article please Join us on Facebook,Twitter,Google Plus.

Post a Comment