Add Spinning Effect To Your Blogger Website


Hello everyone,we are back with an amazing post for bloggers.This is going to be special day for bloggers.With this post you are able to spin or rotate your blog and your visitors get wondered how this is done.Not much hard work is needed for this special effect,we only have to add simple CSS code for this trick.




To use this trick,you have to just follow some steps as follow :

1) Login into your blogger account.
2) Select your blog,if you have many.
3) Then migrate to Layout >>>>"Click on Add a Widget".
4) You get a pop window ,now find HTML/JAVA SCRIPT and click  on "+" button .
5) Copy the below code and paste it there.
6) Note you not to mention any name of the widget.
7) Then click on save.
8) Visit your blog and have fun.


Here is the CSS code for the spinning/rotating effects to your blog :

<style>
/*** http://www.alltechnohub.in ***/
@-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>

Share this article :

2 comments:

  1. What's up to every one, it's in fact a fastidious for me to go to see this web
    site, it contains useful Information.

    My web-site :: causes panic attacks

    ReplyDelete
  2. I am really impressed with your writing skills as well as
    with the layout on your blog. Is this a paid theme or did you modify it yourself?
    Either way keep up the excellent quality writing, it is rare
    to see a nice blog like this one nowadays.

    my weblog Arthur Falcone

    ReplyDelete