Animated Loading Page Effect 2014 For Blogger/BlogSpot
Kamis, 02 Januari 2014
0
komentar
Animated Loading Page Effect 2014 For Blogger/BlogSpot |
Every blogger wants his blog to look best among his competitors blogs. This widget will add a bit more chunks of awesomeness in your blog.
The concept of this widget is simple. This is more or less like Exit Effect we add in Microsoft Powerpoint's Custom Animation. Just like that whenever the visitors will click any link to leave the current page, inspite of the old boring loading it will have animation.
To add this effect to your blog do the following things.
Adding the HTML and Script
Add the below given code just above </body>.<style>
#abt-page-loader {
position: fixed!important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
background:#000 url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiggwwmz141H6HuT3InKbOmEyXrrvzpaez_nn7pyOGx6PnvStu6e5omT3L4jNvFmQ7hJal1wRJSibrKTVTPJ1BWVm8ckKewuQtmNbCe1a-HdjyERpto0HzE3Qaqh6FpMLKCQFVhozfKNo0/s200/load6.gif') no-repeat 50% 30%;
color: #FFF;
display: none;
font: 0/0 a;
text-shadow: none;
padding: 1em 1.2em;
}
</style>
<script type='text/javascript'>
//<![CDATA[
$(document.body).append('<div id="abt-page-loader">Loading...</div>');
$(window).on("beforeunload", function() {
// ... Show the Animation `.fadeIn()`
$('#abt-page-loader').fadeIn(1000).delay(6000).fadeOut(1000);
});
//]]>
</script>
After adding this code, save the template.
You are done now. Now you and your visitors can see this awesome and cool Animated Page Loading Effect in you blogger blog.
TERIMA KASIH ATAS KUNJUNGAN SAUDARA
Judul: Animated Loading Page Effect 2014 For Blogger/BlogSpot
Ditulis oleh Unknown
Rating Blog 5 dari 5
Semoga artikel ini bermanfaat bagi saudara. Jika ingin mengutip, baik itu sebagian atau keseluruhan dari isi artikel ini harap menyertakan link dofollow ke https://androidbackupapps.blogspot.com/2014/01/animated-loading-page-effect-2014-for.html. Terima kasih sudah singgah membaca artikel ini.Ditulis oleh Unknown
Rating Blog 5 dari 5
0 komentar:
Posting Komentar