Skip to main content

Rotate Image Of Any Website

You can rotate images of any website to create wonderful effect’s.To Rotate images we will use javascript codes.Using this trick you can rotate images in Circular, Horizontal, Combination of Circular and horizontal trajectory.The images can also be made to revolve with your mouse movement.You should also read Cool And Awesome Javascript tricks. It will work in all modern browsers likeGoogle Chrome,Internet Explorer,Firefox etc and on all websites as well.




Trick To Rotate Images in Circular Trajectory in Any Website
Open any website, copy and paste the following  javascript code in your browser address bar and press Enter.The images will start rotating in circular trajectory.
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
Trick To Rotate Images in Horizontal Trajectory in Any Website
To rotate images in horizontal trajectory Copy and paste the following javascript code in your browser address bar and press Enter.
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+ "px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+" px"}R++}setInterval( 'A()',5); void(0);
Trick To Rotate Images in Circular as well as Horizontal Trajectory in Any Website
Using this code you will add both the horizontal as well as Circular rotaion effect to images.
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; var DI= document.images; DIL=DI.length; function A(){for(i=0; i < DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5+"px"; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5+"px"}R++}tag=setInterval('A()',5 );document.onmousedown=function(){clearInterval(tag);for(i=0; i < DIL; i++){DI.style.position="static";}}; void(0)
Trick To Rotate Images in Circular Trajectory on Mouse Movement in Any Website
This will add the rotaion effect to images only on mouse movements.Whenever you will move your mouse your images will start rotating.
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=100; y4=100; var DI= document.images; DIL=DI.length; function A(_X,_Y){for(i=0; i < DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+_X+"px"; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+_Y+"px"}R++}document.onmousemove=function(event){_X = event.clientX; _Y = event.clientY; A(_X,_Y);};document.onmousedown=function(){for(i=0; i < DIL; i++){DI.style.position="static";}};void(0)

Comments

Popular posts from this blog

GET FREE $5 SIGN UP BONUS AND BOOST YOUR EARNINGS FOR FREE

GET FREE $5 SIGN UP BONUS AND BOOST YOUR EARNINGS FOR FREE We all want to make money online but frankly speaking it is not easy to do so. There are many methods and websites available from which we can earn money but ask yourself if they are legit site and not scam? And the answer is 90% of those money making sites are scam, they loot people and don’t give payments to their users. Well after lot of research I found the brilliant website which is proved and legit running since 1998. You can easily make unlimited money from this read to earn website. Hits4Pay : Best Way to Make Unlimited Money Online Hits4Pay is a website by an advertising firm, It is a program where you need to just view the emailed ads and you will be paid handsome amount for that.

free online apps 3

THIS IS THE SECOND POST OF THIS SERIES. FOR FIRST TWO GO TO hackthemall.tk. THIS POST IS ON IMAGE VIEW AND EDIT. SO LET'S START.

How To:Test Website Speed Online

How To:Test Website Speed Online After you have done the same you might want to test weather you have achieved the results you worke d hard for. This post will focus on the same topic and will bring to your view some undiscovered Online Tools to help you test website speed. To Test Website Speed you may use any of the following online website speed testers. Test Website Speed Online