Friday, 13 June 2014

How to put Add Dynamic and Cool Rotate effect in blog or website

 How to put Add Dynamic and Cool Rotate effect in blog or website
Fast Copy the html/java Script code 

<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>

(A) Go to >> Sing in your blogger account

(B) Go to >> Blogger Dashboard And Click to layout 

(C) Click the Add a gadget  box 

(D) Now past the html code here.
Now save your html code here
Now ready for action


Don't forget to like us on facebook .

0 comments:

Post a Comment

visitor

 
- See more at: http://adminwidget.blogspot.in/2014/06/how-to-add-next-previous-numbered.html#.U60N95SSyKQ