Skip to main content

Trick To Rotate Images 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 CircularHorizontal, 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)
Use these codes on webpages will large number of images to get better effects.,

Comments

Popular posts from this blog

Download Full Version Uniblue SpeedUpMyPC 2011 with Serial License Key

Now this time I am telling you how you can get a  1 Year Free License  of Uniblue SpeedUpMyPc 2011 legally. What does this software do? As the name clearly suggest SpeedUpMyPc  helps you make your computer faster by tweaking the settings of your windows.It analyses your CPU,ram ,process and uses its tools to optimize them for maximum performance.The interface of the software is very simple to use . The  actual price of the software is 39$  but using the promotional method I am giving you will get it for free with the serial key which is valid for 1 year. Here is the trick to Download Full Version Uniblue SpeedUpMyPC 2011 with Serial License Key Note :-Although you will recieve the licencse key for SpeedUpMyPc  2010 version but the same key also works for 2011 version. 1. Click Here to Go to the promotional page 2.Fill up your email address and details as you will recieve the licencse key at your email address. 3.Download the Trial version of Uniblue SpeedU...

WinDVD 2011 Build 289

Watch your favorite DVDs on your home theater system, desktop or laptop PC, and enjoy crystal-clear pictures with top audio performance. With broad format support, state-of-the-art enhancement technologies and unique features for watching movies on the go, WinDVD offers the best entertainment experience. Enjoy standard DVDs at HD-quality with theater-like surround sound Watch movies wherever you are with battery optimization and TimeStretch playback Play movies in the most popular audio and video formats Instantly hide navigation controls for a clean, sleek look WinDVD includes support for: DVD-Video, DivX®, RealPlayer®, QuickTime®, Windows Media® and AVI support Dolby Digital 5.1 Surround Sound DTS® audio stereo support SRS audio virtual surround and headphone enhancements Battery optimization for laptops Advanced upscaling De-snow and De-block filters Download Latest Version 118.17MB

uTorrent 3.1.2 Build 26740

µTorrent is a small and incredibly popular BitTorrent client. Micro-Sized Yet Feature Filled Most of the features present in other BitTorrent clients are present in µTorrent, including bandwidth prioritization, scheduling, RSS auto-downloading and Mainline DHT (compatible with BitComet). Additionally, µTorrent supports the Protocol Encryption joint specification (compatible with Azureus 2.4.0.0 and above, BitComet 0.63 and above) and peer exchange. Resource-Friendly µTorrent was written with efficiency in mind. Unlike many torrent clients, it does not hog valuable system resources - typically using less than 6MB of memory, allowing you to use the computer as if it weren't there at all. Additionally, the program itself is contained within a single executable less than 1 MB in size. Skinnable and Localized Various icon, toolbar graphic and status icon replacements are available, and creating your own is very simple. µTorrent also has support for localization, and with a language fil...