...little java code which animates all sections of any web page. It is raaather cool (especially when high). Copy and paste the following link (into any window) to see exactly what I mean... 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()',50); void(0); Enjoy!
Oh fuck! First I tried it in a new tab and nothing happened, but then I tried it on this window. Oh fuck was all I could say. Now to go get stoned!
I really hope you're joking. That was awesome. I've posted it on my journal so i'm spreading the love. Do you know where it came from?
There's always one lol Originally, it was posted in an off-topic section of www.counterstrikesource.com forums, but I don't know who made it.