Blogger Rotation Effect

Make your blog different from other blogs by adding rotation effect in your blog. 





Blogger Tools


  • Login to blogger.
  • Click on 'Add a Gadget' in 'Layout'.
  • Choose 'HTML/Javascript'.
  • Paste this code and click on save.


/* Cool rotation effect by Tutes Inside */
<style>
@-moz-keyframes roll
{ 100% { -moz-transform: rotate(360deg);
} }
@-o-keyframes roll
{ 100% { -o-transform: rotate(360deg);
} }
@-webkit-keyframes roll
{ 100% { -webkit-transform: rotate(360deg);
} }
body{
-moz-animation-name: roll;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: 1;
-o-animation-name: roll;
-o-animation-duration: 4s;
-o-animation-iteration-count: 1;
-webkit-animation-name: roll;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: 1;
}
</style>



Note Change time value to speed up or speed down.

I like blogging as much as I like coding and designing though not more than traveling.
If I'm not here publishing stuff then you will find me researching about SEO and marketing.
Love to meet new people and try to help every person.
Find me interesting or have any issue?
Shoot a message and I'll be with you.

0 comments:

Don't forget to check 'Notify me' box to get notification of reply.