Português
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--把下列代码加到<BODY>区域中--> <SCRIPT> função morph(e,wait,steps,style,done){ if(e.morphing){ return; } e.morphing = verdadeiro; e.passo = 0; e.concluído = etapas; e.esperar = esperar; e.morphDone = concluído; var atributos = _eat_attrib(estilo); if(attribs["top"] != null){ e.deltaTop = Math.round(Number((attribs["top"] - e.style.posTop) / steps)); e.finalTop = atributos["top"]; }else{ e.deltaTop = null; e.finalTop = e.style.posTop; } if(attribs["left"] != null){ e.deltaLeft = Math.round(Number((attribs["left"] - e.style.posLeft) / steps)); e.finalLeft = atributos["esquerda"]; }else{ e.deltaLeft = null; e.finalLeft = e.style.posLeft; } if(attribs["height"] != null){ e.deltaHeight = Math.round(Number((attribs["height"] - e.style.posHeight) / steps)); e.finalHeight = atributos["altura"]; }else{ e.deltaHeight = null; e.finalHeight = e.style.posHeight; } if(attribs["width"] != null){ e.deltaWidth = Math.round(Number((attribs["width"] - e.style.posWidth) / steps)); e.finalWidth = atributos["largura"]; }else{ e.deltaWidth = null; e.finalWidth = e.style.posWidth; } e.colors = new Array(); for(atrib in attribs){ if(attrib == "background"){ e.colors[e.colors.length] = new Array(); e.colors[e.colors.length - 1].name = attrib; e.colors[e.colors.length - 1].safename = attrib; } if(attrib == "color"){ e.colors[e.colors.length] = new Array(); e.colors[e.colors.length - 1].name = attrib; e.colors[e.colors.length - 1].safename = attrib; } if(attrib == "border-color"){ e.colors[e.colors.length] = new Array(); e.colors[e.colors.length - 1].name = attrib; e.colors[e.colors.length - 1].safename = "borderColor"; } } for(var i=0;i<e.colors.length;i++){ var rgb = _eat_rgb(atributos[e.colors[i].nome]); var prergb = _eat_rgb(e.style[e.colors[i].safename]); e.colors[i].delta = _eat_rgb(atributos[e.colors[i].nome]); e.colors[i].finish = _eat_rgb(atributos[e.colors[i].nome]); e.colors[i].delta["red"] = Math.round(Number((rgb["red"] - prergb["red"]) / steps)); e.colors[i].delta["verde"] = Math.round(Number((rgb["verde"] - prergb["verde"]) / etapas)); e.colors[i].delta["blue"] = Math.round(Number((rgb["blue"] - prergb["blue"]) / passos)); } setTimeout("_morphing(document.all." + e.id + ")", espere); } função _morphing(e){ e.step++; if(e.deltaTop!=null){ e.style.posTop += e.deltaTop; } if(e.deltaLeft!=null){ e.style.posLeft += e.deltaLeft; } if(e.deltaHeight!=null){ e.style.posHeight += e.deltaHeight; } if(e.deltaWidth!=null){ e.style.posWidth += e.deltaWidth; } for(var i=0;i<e.colors.length;i++){ var rgb = _eat_rgb(e.style[e.colors[i].safename]); e.style[e.colors[i].safename] = "rgb(" + (e.colors[i].delta["red"] + rgb["red"]) + "," + (e.colors [i].delta["verde"] + rgb["verde"]) + "," + (e.colors[i].delta["azul"] + rgb["azul"]) + ")"; } if(e.step == e.done){ if(e.deltaTop != null) e.style.posTop = e.finalTop; if(e.deltaLeft != null) e.style.posLeft = e.finalLeft; if(e.deltaWidth != null) e.style.posWidth = e.finalWidth; if(e.deltaHeight!= null) e.style.posHeight = e.finalHeight; for(var i=0;i<e.colors.length;i++){ e.style[e.colors[i].safename] = "rgb(" + (e.colors[i].finish["vermelho" ] + rgb["vermelho"]) + "," + (e.colors[i].finish["verde"] + rgb["verde"]) + "," + (e.colors[i].finish ["azul"] + rgb["azul"]) + ")"; } e.morphing = falso; eval(e.morphDone); }else{ setTimeout("_morphing(document.all." + e.id + ")", e.wait); } retornar; } function _eat_attrib(str){ var pedaços = new Array(); var tudo = new Array(); pedaços=str.split(";"); for(var i=0;i<chunks.length;i++){ var tmpA = new Array(); tmpA=pedaços[i].split(":"); tudo[tmpA[0]]=tmpA[1]; } retornar tudo; } função _eat_rgb(str){ var all = new Array(); var a = str.indexOf("("); var b = str.indexOf(")"); str = str.substring(a + 1, b); var tmpA = str.split(","); all["vermelho"]=Número(tmpA[0]); all["verde"]=Número(tmpA[1]); all["azul"]=Número(tmpA[2]); devolver tudo; } </SCRIPT><SPAN ID="test" STYLE="border:solid;border-width:5;border-color:rgb(0,0,0);color:rgb(255,255,255);position:absolute;top :0;esquerda:0;largura:400;altura:400;estouro:oculto;fundo:rgb(0,0,255);">想学网页制作技术,请到建站学院来! </SPAN> <SCRIPT> função rander(){ var top = Math.round(Math.random() * 400); var esquerda = Math.round(Math.random() * 600); var largura = Math.round(Math.random() * 200); var altura = Math.round(Math.random() * 200); var r = Math.round(Math.random() * 255); var g = Math.round(Math.random() * 255); var b = Math.round(Math.random() * 255); var fundo = "rgb(" + r + "," + g + "," + b + ")"; var r = Math.round(Math.random() * 255); var g = Math.round(Math.random() * 255); var b = Math.round(Math.random() * 255); var borderColor = "rgb(" + r + "," + g + "," + b + ")"; var r = Math.round(Math.random() * 255); var g = Math.round(Math.random() * 255); var b = Math.round(Math.random() * 255); var cor = "rgb(" + r + "," + g + "," + b + ")"; morph(document.all.test,30,20,"top:" + top + ";esquerda:" + esquerda + ";largura:" + largura + ";altura:" + altura + ";fundo:" + fundo + ";border-color:" + borderColor + ";color:" + color + ";","rander();"); } Rander(); </SCRIPT>