កូដធ្វើឲប្លុក វិលមួយជុំ

♠ Posted by Unknown at 7:38 PM



Hello...guys, You might have seen on Mobile,Tablet and Mac etc. rotating page screen.So, readers we are here with how to add rotating effect  your blogger blog.Hope You will like this post.If you will add this effect on your blog, may visitors will attract your blog.This widget is pure CSS coded.The classic 360 degree rotating effect makes your blog professional designed and stylish effective.Adding rotating effect on your blog you need add a simple script in your blog and it's very easy to add it on your blog.So, let's check below:

                                                                         

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