代码简介:

一款常见的图片小代码,图片慢慢的出现,也行您正找这样的效果呢,赶快运行一下吧。

代码内容:

View Code
<html>
<head>
<title>图片渐渐出现的JS代码 - www.webdm.cn</title>
</head>
<body>
<SCRIPT FOR=window EVENT=onLoad LANGUAGE=vbscript>
image1.filters.item(
0).apply()
image1.filters.item(
0).transition = 12
image1.Style.visibility
= ""
image1.filters(
0).play(2.0)
</SCRIPT>
<img src="http://www.webdm.cn/images/wall1.jpg" border=5 id="image1"
style
="visibility:hidden; FILTER:revealTrans(Duration=4.0, Transition=23);">
</body>
</html>
<br />
<p><a href="http://www.webdm.cn">网页代码站</a> - 最专业的网页代码下载网站 - 致力为中国站长提供有质量的网页代码!</p>

 

代码来自http://www.webdm.cn/webcode/8ff9d64e-7d66-4ec0-854b-db781aeac4a8.html

相关文章:

  • 2022-12-23
  • 2021-06-02
  • 2021-06-21
  • 2021-10-20
  • 2022-02-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-16
  • 2021-08-27
  • 2021-06-21
  • 2021-09-25
  • 2022-12-23
  • 2021-09-02
相关资源
相似解决方案