Hey! Its long time since I have posted on All Blogger Tricks. I have now shifted to a new school and I am now in the 11th grade so I hardly get any time. Still I managed to write down a post for my readers :) This tutorial will show you how you can add pre loading spinners to your blog. Many of you may have seen it and for those who haven't; its an effect added to blogs which is showed on before the site has loaded completely. Once the site is loaded it slowly fades away. We encourage everyone to add one of it, as it makes the web more beautiful.
Coming back to the post, here I have 5 spinners tweaked for your blogger blogs. The respective coders of these spinners have been credited in the demo page under their creation. You can see the demo below, and ofcourse there would be no fade effect in the demo but surely in the code you would add in your blog.
Live Demo
If you liked any of the spinners and want to add it to your blogger blog then you need to copy the below given code of the respective spinner and paste it just below <body> tag.
Also if you already have jquery plugin in your blog you can remove it from the code.
Add anyof the above code just below the tag <body> and save the template. After that you would see the loading effect in your blog everytime before the homepage loads.
Coming back to the post, here I have 5 spinners tweaked for your blogger blogs. The respective coders of these spinners have been credited in the demo page under their creation. You can see the demo below, and ofcourse there would be no fade effect in the demo but surely in the code you would add in your blog.
Live Demo
If you liked any of the spinners and want to add it to your blogger blog then you need to copy the below given code of the respective spinner and paste it just below <body> tag.
Also if you already have jquery plugin in your blog you can remove it from the code.
Demo 1
<div id="loader">
<div class="spinner">
<div class="spinner-inner"></div>
</div>
</div>
<script src='//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js'/>
<script type="text/javascript">
$(window).load(function () {
setTimeout(function () {
$(".spinner").fadeOut("slow");
setTimeout(function () {
$("#loader").fadeOut("slow")
}, 1000)
}, 1000)
});
</script>
<style>#loader{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(10,10,10,1);z-index:1000}.spinner{position:fixed;width:100%;top:70%;height:30px;text-align:center;font-size:10px}.spinner,.spinner-inner{position:absolute;top:0;bottom:0;right:0;left:0;border:9px solid white;border-color:transparent white;margin:auto}.spinner{width:85px;height:85px;-webkit-animation:spin 2.2s linear 0s infinite normal;-moz-animation:spin 2.2s linear 0s infinite normal;animation:spin 2.2s linear 0s infinite normal}.spinner-inner{width:40px;height:40px;-webkit-animation:spinback 1.2s linear 0s infinite normal;-moz-animation:spinback 1.2s linear 0s infinite normal;animation:spinback 1.2s linear 0s infinite normal}@-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spin{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes spinback{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(-360deg)}}@-moz-keyframes spinback{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(-360deg)}}@keyframes spinback{from{transform:rotate(0)}to{transform:rotate(-360deg)}}</style>
Demo 2
<div id='loader'>
<div class="wrap">
<div class="bg">
<div class="loading">
<span class="title">loading...</span>
<span class="text"><data:blog.title/></span>
</div> </div></div></div>
<script src='//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js'/>
<script type='text/javascript'>
$(window).load(function () {
setTimeout(function () {
$(".wrap").fadeOut("slow");
setTimeout(function () {
$("#loader").fadeOut("slow")
}, 1000)
}, 1000)
});
</script>
<style>#loader{position:fixed;top:0;left:0;right:0;bottom:0;background:black;color:#eaf7ff;z-index:1000;font-family:sans-serif,arial}@-webkit-keyframes title{0%{opacity:0;right:130px}48%{opacity:0;right:130px}52%{opacity:1;right:30px}70%{opacity:1;right:30px}100%{opacity:0;right:30px}}@-moz-keyframes title{0%{opacity:0;right:130px}48%{opacity:0;right:130px}52%{opacity:1;right:30px}70%{opacity:1;right:30px}100%{opacity:0;right:30px}}@-webkit-keyframes fade{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fade{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes bg{0%{background-color:#306f99}50%{background-color:#19470f}90%{background-color:#734a10}}@-moz-keyframes bg{0%{background-color:#306f99}50%{background-color:#19470f}90%{background-color:#734a10}}@-webkit-keyframes blink{0%{opacity:0}5%{opacity:1}10%{opacity:0}15%{opacity:1}20%{opacity:0}25%{opacity:1}30%{opacity:0}35%{opacity:1}40%{opacity:0;right:-21px}45%{opacity:1;right:80px}50%{opacity:0;right:-21px}51%{right:-21px}55%{opacity:1}60%{opacity:0}65%{opacity:1}70%{opacity:0}75%{opacity:1}80%{opacity:0}85%{opacity:1}90%{opacity:0;right:-21px}95%{opacity:1;right:80px}96%{right:-21px}100%{opacity:0;right:-21px}}@-moz-keyframes blink{0%{opacity:0}5%{opacity:1}10%{opacity:0}15%{opacity:1}20%{opacity:0}25%{opacity:1}30%{opacity:0}35%{opacity:1}40%{opacity:0;right:-21px}45%{opacity:1;right:80px}50%{opacity:0;right:-21px}51%{right:-21px}55%{opacity:1}60%{opacity:0}65%{opacity:1}70%{opacity:0}75%{opacity:1}80%{opacity:0}85%{opacity:1}90%{opacity:0;right:-21px}95%{opacity:1;right:80px}96%{right:-21px}100%{opacity:0;right:-21px}}.wrap{font-size:18px;font-weight:700;left:25%;letter-spacing:5px;margin-left:-80px;margin-top:-40px;position:absolute;top:50%;width:68%}.bg{padding:30px 30px 30px 0;background:#306f99;-moz-animation:bg 1.5s linear infinite;-webkit-animation:bg 1.5s linear infinite;animation:bg 1.5s linear infinite;-moz-box-shadow:inset 0 0 45px 30px black;-webkit-box-shadow:inset 0 0 45px 30px black;box-shadow:inset 0 0 45px 30px black}.loading{position:relative;text-align:right;text-shadow:0 0 6px#bce4ff;height:20px;width:150px;margin:0 auto}.loading span{display:block;text-transform:uppercase;position:absolute;right:30px;height:20px;width:400px;line-height:20px}.loading span:after{content:"";display:block;position:absolute;top:-2px;right:-21px;height:20px;width:16px;background:#eaf7ff;-moz-box-shadow:0 0 15px#bce4ff;-webkit-box-shadow:0 0 15px#bce4ff;box-shadow:0 0 15px#bce4ff;-moz-animation:blink 3.4s infinite;-webkit-animation:blink 3.4s infinite;animation:blink 3.4s infinite}.loading span.title{-moz-animation:title 3.4s linear infinite;-webkit-animation:title 3.4s linear infinite;animation:title 3.4s linear infinite}.loading span.text{-moz-animation:title 3.4s linear 1.7s infinite;-webkit-animation:title 3.4s linear 1.7s infinite;animation:title 3.4s linear 1.7s infinite;opacity:0}</style>
Demo 3
<div id='loader'>
<div class='preload-juggle'>
<div class='ball'></div>
<div class='ball'></div>
<div class='ball'></div>
</div>
</div>
<script src='//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js'/>
<script type='text/javascript'>
$(window).load(function () {
setTimeout(function () {
$(".preload-juggle").fadeOut("slow");
setTimeout(function () {
$("#loader").fadeOut("slow")
}, 1000)
}, 1000)
});
</script>
<style>
#loader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: #16A085;z-index: 1000}
.preload-juggle {width: 300px;height: 300px;position: absolute;top: 50%;margin-top: -150px;left: 50%;margin-left: -150px;}
.preload-juggle div {position: absolute;width: 21px;height: 21px;border-radius: 10.5px;background: #1BBC9B;margin-top: 150px;margin-left: 150px;animation: juggle 2.1s linear infinite;}
.preload-juggle div:nth-child(1) {animation-delay: -0.7s;}
.preload-juggle div:nth-child(2) {animation-delay: -1.4s;}
@keyframes juggle {
0% {transform: translateX(0px) translateY(0px);}
12.5% {transform: translateX(25px) translateY(-55px) scale(1.1);background: #36D7B7;}
25% {transform: translateX(50px) translateY(0px);animation-timing-function: ease-out; }
37.5% {transform: translateX(25px) translateY(55px);}
50% {transform: translateX(0px) translateY(0px);}
62.5% {transform: translateX(-25px) translateY(-55px) scale(1.1);animation-timing-function: ease-in; }
75% {transform: translateX(-50px) translateY(0px);animation-timing-function: ease-out;}
87.5% {transform: translateX(-25px) translateY(55px); }
100% {transform: translateX(0px) translateY(0px);}
}
</style>
Demo 4
<div id='loader'>
<div class="spinner"></div>
</div>
<script src='//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js'/>
<script type='text/javascript'>
$(window).load(function () {
setTimeout(function () {
$(".spinner").fadeOut("slow");
setTimeout(function () {
$("#loader").fadeOut("slow")
}, 1000)
}, 1000)
});
</script>
<style>#loader{position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(#1f3a47,#0b1114);z-index:1000}.spinner{position:relative;margin:180px auto auto;box-sizing:border-box;background-clip:padding-box;width:200px;height:200px;border-radius:100px;border:4px solid rgba(255,255,255,0.1);-webkit-mask:linear-gradient(rgba(0,0,0,0.1),black 90%);transform-origin:50%60%;transform:perspective(200px)rotateX(66deg);animation:spinner-wiggle 1.2s infinite}@keyframes spinner-wiggle{30%{transform:perspective(200px)rotateX(66deg)}40%{transform:perspective(200px)rotateX(65deg)}50%{transform:perspective(200px)rotateX(68deg)}60%{transform:perspective(200px)rotateX(64deg)}}.spinner:before,.spinner:after{content:"";position:absolute;margin:-4px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:.05;border:inherit;border-color:transparent;animation:spinner-spin 1.2s cubic-bezier(0.6,0.2,0,0.8)infinite,spinner-fade 1.2s linear infinite}.spinner:before{border-top-color:#66e5ff}.spinner:after{border-top-color:#f0db75;animation-delay:0.3s}@keyframes spinner-spin{100%{transform:rotate(360deg)}}@keyframes spinner-fade{20%{opacity:.1}40%{opacity:1}60%{opacity:.1}}</style>
Demo 5
<div id='loader'>
<div class='balls'></div>
<div class='balls'></div>
<div class='balls'></div>
<div class='balls'></div>
</div>
<script src='//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js'/>
<script type='text/javascript'>
$(window).load(function () {
setTimeout(function () {
$(".balls").fadeOut("slow");
setTimeout(function () {
$("#loader").fadeOut("slow")
}, 1000)
}, 1000)
});
</script>
<style>#loader{position:fixed;top:0;left:0;right:0;bottom:0;background:#22475E;z-index:1000}.balls{width:30px;height:30px;position:absolute;background-color:#ccc;top:45%;border-radius:50%}.balls:nth-child(1){background-color:#FF5460;animation:move 2s infinite cubic-bezier(.2,.64,.81,.23)}.balls:nth-child(2){background-color:#FF9D84;animation:move 2s 150ms infinite cubic-bezier(.2,.64,.81,.23)}.balls:nth-child(3){background-color:#F0E797;animation:move 2s 300ms infinite cubic-bezier(.2,.64,.81,.23)}.balls:nth-child(4){background-color:#75B08A;animation:move 2s 450ms infinite cubic-bezier(.2,.64,.81,.23)}@keyframes move{0%{left:0%}100%{left:100%}}</style>
Add anyof the above code just below the tag <body> and save the template. After that you would see the loading effect in your blog everytime before the homepage loads.
СПАСИБО =)))
ReplyDeleteCool!!! Thanks a lot for sharing this post. I will definitely share it with others. SEO
ReplyDeletethanks very good sub
ReplyDeletemy site
http://www.totalfree2014.com
thanks bro... its really amazing i added demo in my blog its looks ausome..
ReplyDeletewww.tricksfunn.blogspot.in
oh man i was always wanting this widget :) Thanks :)
ReplyDeleteThanks for posting such a nice widget for blogger. Can you please post facebook recommendation bar ??
ReplyDeletethanks for this clean widget
ReplyDeleteRegards- http://pausewidgets.blogspot.com
its fantastic.........
ReplyDeleteawsome thanks
ReplyDeleteThanks for sharing...
ReplyDeletei don't have the body tag in my template script
ReplyDeleteThank you Very Much..But loading of this Spinner is taking too much time...just view
ReplyDeletehttp://samplesnoffers.blogspot.in
Please provide a way so that this animation only appears when someone opens my website. it should disappear after my website has loaded and should not work on every link and image
ReplyDeleteIt is awesome post i have applied demo-2 on my blog but the issue is that it loads on every page of my blog..i just want to visible it on my home page.. so pls provide solution..Thanks in advance
ReplyDeleteAwesome share. All scripts are good. Thanks for share :)
ReplyDeletenot bad
ReplyDeleteAmazing my site for software,s,games and learning
ReplyDeletePlese visit
www.moizrex.blogspot.com
thanks sir but please help me as it not working on mobile version my website is www.ChemistryNotesInfo.blogspot.com
ReplyDeletenice post.
ReplyDeleteDemo 2 is not working properly. After opening the web site, the looks of the website became different.
ReplyDeletei like thank you so much for this post
ReplyDeleteis a proud to come se my blog www.th3blogg3r.blogspot.com
Awesome, thank you so much for this tutorial.
ReplyDeletehttp://technenter.blogspot.com/
Nice, I Like It Ihope visit My Blog
ReplyDeletehttp://dabourphone.blogspot.com
Great blog..You have clearly explained about the concept..Step by step explanation is too good to understand..Its very useful for me to understand..Keep on sharing..
ReplyDeletePHP training in chennai
Great post, love to see you talking about this topic.
ReplyDeleteCheck my recent post on google anti gravity
Nice post guys.. thx very much..
ReplyDeleteVisit my blog : http://apkfullversion.blogspot.com/
Great explanation to given on this post .The given information very impressed for me really so nice content.
ReplyDeleteDot Net Training Institute in Chennai
in which page? can be more specific?
ReplyDeleteWow! Thanks for this tricks man! Very helpful indeed! I've been searching for pre loading spinners for blogger and now I found it.. network cabling
ReplyDeletehttp://jdpfitness.com/2016/04/14/best-personal-trainers-london
Thanks for sharing.... i love it
ReplyDeletenice! thank you so much! Thank you for sharing. Your blog posts are more interesting and impressive. I think there are many people like and visit it regularly, including me.
ReplyDeletehh
ReplyDeleteThanks for this wonderful keep updating more ...
ReplyDeleteHibernate training in chennai
thansk
ReplyDeleteMovie trailers - Avengers 4: Infinity War First Look (2018) - YouTube
Thank you for sharing in this article, I can learn a lot and could also be a reference
ReplyDeletethanks yarr
ReplyDeletehey!Thankyou its all working
ReplyDeletenice collection but i a confused how to implement this code as Status is not clear.
ReplyDeletenot working in samsung internet browser just loading and loading in S8 AND A5 MOBILE HANDSETS
ReplyDeletethank you.
ReplyDeleteDear sir,i set this script to my blog and wow it"s working but while opening other pages it takes loading and loading it does not open the page
ReplyDelete