browser demo effect
category: general [glöplog]
open any website ( pouet works jjjuuust fine ), enter the following text into address bar, press enter ( works in ie, firefox, doesn't work in opera so far )
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)
i didn't get why to post it to bbs until i saw it.
just cool :)
just cool :)
woohoo !
Nice :)
Great idea!
Here is a slightly size optimized version:
Here is a slightly size optimized version:
Code:
javascript:R=0;DI=document.images;function A(){for(i=0;i<DI.length;){DIS=DI[i++].style;DIS.position='absolute';DIS.left=(Math.sin(R+i/4)+1)*400;DIS.top=(Math.cos(R/2+i/4+1.6)+1)*400}R+=0.1}setInterval('A()',5);void(0)
looks mad at home page :D
awesome!
how to enlighten a gray saturday afternoon :D
this is (c) some unknown guy, i've just copypasetd this.
doesn't work here. not in ie nor firefox.
Damn, that was good!
doesn't work here. not in firefox nor ie.
groovy!
wooo
To all the people who say it doesn't work, did you open a new tab first before pasting it?
Paste it into the URL of this tab while viewing this page. Also, make sure JS is turned on.
Paste it into the URL of this tab while viewing this page. Also, make sure JS is turned on.
Oh yeah, and its really nice :)
Quote:
doesn't work in opera so far
yes it does :)
ah look it does indeed. it must be i've done something wrong :)
Great :)
very impressive :)
lol. This makes my CPU utilization jump to 90%...
cool nevertheless!
cool nevertheless!
Nickel, it's pure light code... again...
Oh!
That's wacky.
That's wacky.