Interesting trick to animate the logo

Feb 1, 2007 09:20 GMT  ·  By

Google is a company with a lot of programs that are meant to revolutionize the internet and make our computer activities easier and more accessible. No matter if it is Docs & Spreadsheets, Gmail, Google Talk or the search engine, Google?s products are continuously attracting more and more users that are looking for well developed services.

It?s obvious that the search giant aims to design only high quality products because its employees revealed a lot of communication ways meant to improve the collaboration between Google representatives and the company?s clients. As you probably know, you can send feedback to Google through several forms, read latest information from the official blog or find solutions for your problems directly from Google employees or other members using Google Groups.

If you are a Google fan and you think that the company?s services are the best products in the entire world, you should be really interested in a simple tip that can make the Google logo from the official webpage go crazy and rotate on your screen.

Philipp Lenssen from Google Blogoscoped posted on the official blog an interesting trick that makes the Google logo go crazy and fly over your entire screen. All you need to do is to visit the official website of the company, delete the entire link displayed in the address bar and insert the following code.

code
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.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; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);
Press enter and enjoy the Google logo dance. I tested this trick on multiple browsers including Opera, Firefox and Internet Explorer and it works on all of them. Apparently, it is also available for multiple websites so you can try it on your own page.