Hi Friends Today I Am Sharing An Awesome Rotate Page Effect In
Blogger.How To Add Rotate Page Effect In Blogger Has Been Popular Widget
Or Trick For Blogger.Tablets Or Mobile Menu You May Have Seen Rotate
Menu Effect It's Look Awesome When You Select Menu All Mobile Display
Change In Rotate Effect That Rotate You May Seen On About Us Page.The
Classic 360 Degree Rotate Effect Makes Your Blog Professional Designed
Cool And Stylish Effective.
Add
Rotated Effect In You Website. For Add It In Your Blog You Need Add A
Small Script In Your Blog It’s Very Easy To Add In Blogger.
- Edit your Layout in Blogger.
In Blogger, click on the “Layout” tab to show your blog’s layout: - Add a new HTML/Javascript gadget.
On your blog’s layout screen, click the “Add a Gadget” link to open the Add a Gadget window:
In the Add a Gadget window, scroll down and find the “HTML/Javascript” gadget. Click on the “+” icon to add it. - Paste the Chatroll embed code into the HTML/Javascript gadget.
On
the new HTML/Javascript gadget screen, enter a title for the gadget. A
good title should alert your readers that this is your site’s live chat.
Here’s the important part: Paste the chat window embed code into the Content area (this is the code you copied from Chatroll in step 2):
Finally, click “Save”. The gadget should now be visible in your blog’s layout.
<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>
6.Now Save The Gadget.
Now You Will See Rotate Page Effect In Your Blog.Stay Tuned For Next Great Post.Enjoy It!!!
Comments
Post a Comment