한국어
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--이 효과를 얻으려면 두 단계가 필요합니다. 첫 번째 단계. is: <body> 영역에 다음 코드를 추가하세요--> <script> <!-- var imageheight=280 var imagewidth=560 varcliptop varclipbottom varclipleft varclipright varclippoints var tempo=100 var stepx=0 var stepy =0 var 타이머 함수 setValues() { if (document.all) { document.all.image.style.posLeft=0 document.all.image.style.posTop=0 document.all.imagecontent.style.posLeft=0 document .all.imagecontent.style.posTop=0 moveimage() } } function moveimage() { if (stepx<=imagewidth || stepy<=imageheight) { stepx=stepx+12 stepy=stepy+6 image.innerHTML="< 스팬 스타일= '너비:"+stepx+"px; 높이:"+stepy+"px;배경색:000000;필터:알파(opacity=0,finishopacity=100,style=2'></span>"cliptop= 0 클립하단= 스텝형 클립왼쪽=0 클립오른쪽=스텝x 클립포인트="Rect("+cliptop+" "+clipright+" "+clipbottom+" "+clipleft+")" document.all.imagecontent.style.clip=clippoints 타이머=setTimeout("moveimage ()" ,템포) } else{ 클리어타임아웃(타이머) 타이머=setTimeout("moveimage2()",템포) } } function moveimage2() { if (stepx>=0 || stepy>=0) { stepx=stepx- 12 stepy= stepy-6 image.innerHTML="<span style='width:"+stepx+"px; height:"+stepy+"px; background-color:000000;filter:alpha(opacity=0,finishopacity=100, style=2 '></span>"cliptop=0clipbottom=stepyclipleft=0clipright=stepxclippoints="Rect("+cliptop+" "+clipright+" "+clipbottom+" "+clipleft+")" document.all.imagecontent .style.clip=clippoints 타이머=setTimeout("moveimage2()",tempo) } else{ stepx=0 stepy=0clearTimeout(timer) 타이머=setTimeout("moveimage()",tempo) } } --> </ 스크립트> < DIV id=imagecontent style="LEFT: -5000px; POSITION: 절대; TOP: -5000px"><IMG height=421 src="" width=735></DIV> <DIV id=image style=" POSITION: 절대 ; TOP: -50px"></DIV> <!--2단계: <body> 태그에 "onload=setValues()"를 추가합니다. 예: --> <body onload=setValues()>