Español
<!-- sitio web:http://www.downcodes.com --> <!-- bbs:http://bbs.downcodes.com --> <!-- El código HTML completo es el siguiente --> <HTML > <HEAD> <title>Efecto de explosión de imagen efecto de demostración de animación [efecto especial de página web]</title> <meta name="Autor" content="http://www.downcodes.com"> <meta http- equiv="imagetoolbar " content="no"> </HEAD> <BODY onresize=nx=document.body.clientWidth; bgColor=#000000 scroll=no onload=zyva()> <STYLE> BODY { cursor: borde predeterminado; -color:# 000000; ancho-superior del borde: expresión (document.body.offsetHeight*.1); ancho-inferior del borde: expresión (document.body.offsetHeight*.1) } </ESTILO> <DIV id= IMGSRC style=" VISIBILIDAD: oculta;"> <IMG src=""> </DIV> <BGSOUND balance=0 src="4-02 - Lulus Theme.mid" loop=infinite> <SCRIPT> // === ==== ============================================= // http:// www.downcodes.com // ======================================== ==== ======== ventana.onerror = nueva Función("return true") document.onselectstart = nueva Función("return false") screen.bufferDepth = 16 var nx = document.body.offsetWidth var O = "" var xm = 0 var ym = 1 function insBackground(N,img,O){ document.body.insertAdjacentHTML("BeforeEnd","<span style='position:absolute;left=10%;top=10 %;ancho= 80%;alto=70%;fondo:URL(" + img.src + ");zoom:1000'></span>") this.fx = 0 this.N = N this.obj = document.body. lastChild.style this.O = O this.SCR = function(){ with(this){ z = (N / 2E3) * nx * ym obj.backgroundPosition = (fx--) + xm + (1 / z) * IMGSRC.children[0].width + " center" obj.zoom = z if(O)O.SCR() } } } document.onmousemove = function(){ xm = window.event.x * 2 ym = (50 + ventana.event.y) / 100 } función zyva(){ for(var i = 0;i<4;i++)O = new insBackground(i+1,IMGSRC.children[0],O) setInterval("O .SCR()",32) } </SCRIPT> </BODY></HTML>