![]() |
Javascript ile resim dansı - Baskı Önizleme +- AccessTr.neT (https://accesstr.net) +-- Forum: AccessTr.neT Genel (https://accesstr.net/forum-accesstr-net-genel.html) +--- Forum: Serbest Bölge (https://accesstr.net/forum-serbest-bolge.html) +--- Konu Başlığı: Javascript ile resim dansı (/konu-javascript-ile-resim-dansi.html) |
Javascript ile resim dansı - mustafa_atr - 21/01/2011 Explorer ile herhangi bir resim araması yapın, daha sonra explorer'ın adres çubuğuna aşağıdaki kodu yapıştırın ardından 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.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++}setInterval('A()',5); void(0); Cvp: Javascript ile resim dansı - Coskun0559 - 21/01/2011 güzel raks ediyorlar Cvp: Javascript ile resim dansı - C*e*l*o*y*c*e - 21/01/2011 güzelmiş teşekkürler Cvp: Javascript ile resim dansı - chopper07 - 21/01/2011 teşekkürler Cvp: Javascript ile resim dansı - schworse - 21/01/2011 Süper bir kod. Paylaşımınız için teşekkür ederim. Cvp: Javascript ile resim dansı - benremix - 22/01/2011 Sn Mustafa_atr paylaşım için teşekkürler. Güzel bir animasyon olmuş. Saygılar... |