How to Create a Page Loading Animation Effect on a Blog
![]() |
| How to Create a Page Loading Animation Effect on a Blog |
Step by step instructions to Make a Page Stacking Movement Impact on a Blog - The liveliness impact on this blog is the freshest page stacking impact however is exceptionally basic, yet the page stacking movement on this blog is extremely cool with exceptionally fascinating stacking activity impacts and numerous decisions of stacking impacts . There are heaps of sites that give ajax page stacking movements to web journals, and I will likewise share some page stacking activity impacts that I took from one of the sites giving ajax page stacking liveliness.
To make a page stacking movement impact on your blog, we just use CSS and jQuery with the goal that it can turn into a page stacking liveliness impact on your blog. By utilizing this page stacking activity impact it will not be excessively oppressive to stack your blog , so you don't have to stress over utilizing the page stacking movement impact on your blog.
Consequently, the Blogger Store blog will share an instructional exercise for making a stacking movement on the most recent 2014 blog , by giving a stacking liveliness impact, it will look so gorgeous and cool when you or blog guests are on your blog and afterward switch pages, this page stacking liveliness impact will be noticeable. . Alright, we should get directly to it, for those of you who need to make or add page stacking activity consequences for the most recent blog, kindly read the instructional exercise underneath:
1. Go to Blogger.com
2. Click Layout => Alter HTML
3. Search for the code ]]</b:skin>or </style>
4. Duplicate the CSS code underneath, then glue over the code ]]</b:skin> or </style>
/* Stacking Page */
/* Loading Page */
#page-loader{position:fixed!important;position:absolute;top:0;right:0;bottom:0;left:0;z-index:999999;background:#fff url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcKVVhbSDzy8DReG8Th5P3wZoRzZQF5ON2uTDS2vev6lrU_9dawr1rGo655K6FX_rOJVLandNHUkiFdrobmPm8MkLJuId1_PBNWg069sJ-CuakYXQu07quRF_d5Was33RIkvxZgrZ6B5gj/s128-no/loading.GIF') no-repeat 50% 50%;padding:1em 1.2em;display:none}5. Look for codes</body>
6. Duplicate the jQuery code beneath, then glue over the code </body>
<script type='text/javascript'>
//<![CDATA[
$(document.body).append('<div id="page-loader"></div>');
$(window).on("beforeunload", function() {
$('#page-loader').fadeIn(1000).delay(9000).fadeOut(1000);
});
//]]>
</script>7. Click Save Format
Note:
for more loaders check this also : https://www.svgator.com/blog/best-preloader-examples/

Join the conversation