Pages

Ads 468x60px

Ebates Coupons and Cash Back

Saturday, August 17, 2013

Add Rotating 360° Effect On Blogger

Hello Friends Welcome To NTL Today I Am  Show You How To Add 360° Rotating Effect On Blogger.If You Want To Add This So Follow My Steps.

    * Open Your Blogger Account

    * Click On Layout

    * Click On Add Gadget

    * And Select HTML/JAVASCRIPT

    * Now Paste The Below Code Into HTML/JAVASCRIPT


    <style> @-BoB-keyframes roll { 100% { -BoB-transform: rotate(360deg); } } @-o-keyframes roll { 100% { -o-transform: rotate(360deg); } } @-webkit-keyframes roll { 100% { -webkit-transform: rotate(360deg); } } body{ -BoB-animation-name: roll; -BoB-animation-duration: 4s; -BoB-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>


    * Now Save Your HTML/JAVASCRIPT

    * Now Check Your Blog


0 comments:

Post a Comment