📄 19.html
字号:
<html>
<head>
<title>19</title>
<style><!--
img.i1{
width:200;
height:230;
}
-->
</style>
<script language="JaveScript">
var shape=0;
var flag=0;
var act;
function ChangeImg(){
act=window.SetInterval("ChangeShape()",7500);
}//function
function ChangeShape(){
if (shape==24) shape=0;
if (flag==0)
{
Inser.innerHTML="<img id='shp' src='follower_1.jpg' class=i1 style="filter:revealTrans(duration=6,transition="+shape+")'><br>"
shp.filters.item(0).Apply();
shp.src="follower_2.jpg"
shp.filters.item(0).play();
flag=1;
}
else
{
Insert.innerHTML="img id='shp' src='follower_2.jpg' class=i1 style="filter:revealTrans(duration=6,transition="+shape+")'><br>"
shp.filters.item(0).Apply();
shp.src='follwer_1.jpg"
shp.filters.item(0).play();
flag=0;
}//if
shape++
}//function
</script>
</head>
<body onload="ChangeImg()">
<p id="Insert"> <img id='shp' src='follower_1.jpg' style="width:200; height:230; filter:revealTrans(duration=6,transition=00)"></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -