Cookie [false/7]

Our website uses cookies to improve your experience.

Formulir Kontak

Dark mode Logo

Dark mode Logo

Default Image

timeago

Related Posts

×

News Ticker

ticker[recent/5]
Blogging

How to provide simple loading animation effects when the page is loaded

How to provide simple loading animation effects when the page is loaded
How to Provide Simple Loading Animation Effects When a Page Is Loaded - On this occasion Wiendhy Wiana will share a tutorial on installing loading animation effects when a page loads which you can add on your blog. The way this trick works is actually very simple, the code will run when you open the blog when the page loads and it will stop automatically when the page is loaded completely.

For friends who want to try adding Simple Loading Animation Effects on the blog, please follow the steps below

Installing Simple Loading Animation Effects on Blog

1. Login to Blogger> Open the Template editor> Add the code below before ]]></ b:skin> or </style>
#cssload {background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFDgYQb-2TdlM_ICE2aZ3H4YjdLvVGdE_9LTOA6HqXYPRlbAzZfBkfc_CdsuusYX-wrdI4eyo30agbwReSvTLcGZdhyphenhyphen3ahCfXKtBy00t1DdC7a0LjZyFYNSwp9zNraMWxiryKKZgLFAz0/s1600/loading.gif) no-repeat center;background-color:rgba(0,0,0,0.36);width:100%;height:100%;position:fixed;left:0;top:0;z-index:1000;}
2. Then add the code below below <body>
<div id='cssload'/>
3. Add the code below before </body>
<script type='text/javascript'>
//<![CDATA[
// Loader
$(window).bind("load",function(){$("#cssload").fadeOut(1e3)});
//]]>
</script>

4. Save the template and see the results.


That is the tutorial on How to Provide Simple Loading Animation Effects When a Page Is Loaded. May be useful.
Aviva

Saya Aliva Dari Indonesia , Saya Senang Memancing , Apalagi di Air Yang Keruh.

Post a Comment