Do you want to see a neat Javascript trick?

by AJ on October 15, 2007

No magic required.

Instructions:

  • Delete anything on your browser address bar
  • Copy and paste the below code there

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!
  • Now, try it on here Eskwela Collage, Flickr.com and Google.com too!

If you want it faster, try this:

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()’,100); void(0);

–aj

Popularity: 1%


One comment

Doesn’t work on my Mac. :(

by aj on October 15, 2007 at 4:53 PM. Reply #

Leave your comment

Required.

Required. Not published.

If you have one.