How to provide simple loading animation effects when the page is loaded
September 15, 2018
Add Comment
Encrypting your link and protect the link from viruses, malware, thief, etc! Made your link safe to visit.
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>
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.
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/AVvXsEi5uTHl4GUG6k7NACE_t8fEM8HnhHRKRnpf5avJmlGZWghVnuWsDNMShAV0g9xyqXVWBC9xH30sjr8Ivmatb4yEFnEyZ8zPoQ3JvG8Ay2drD3vMAi9JiVYAB-4lHZcERcS00y9yF5aUTJw/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.
Link will be apear in 15 seconds.
Well done! you have successfully gained access to Decrypted Link.
0 Response to "How to provide simple loading animation effects when the page is loaded"
Post a Comment