Adding Rotate Page Effect To Your Blog
- Log In To Blogger.com
- Go To Your Blogger Dashboard
- Navigate To Layout And Add A Gadget
- Now Select Html/JavaScript
- Paste The Following Code In It.
<style>
/*** http://www.TechBlogGuide.blogspot.com ***/
@-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>
- Now Save The Widget And Enjoy:)

Hello my name Miech Chamnan. I'm from Battambang, Cambodia. I'm a freshman of Computer Science at National Polytechnic Institute of Cambodia and the owner of this blog. The reason that I create this blog because I want to share tips, tricks,...and more about computer to all people...