一张图片渐渐地显示出来,过程非常美,值得一用 - 中国WEB开发者网络 (http://www.webasp.net) -- 网页特效 (http://www.webasp.net/javascript/) --- 一张图片渐渐地显示出来,过程非常美,值得一用 (http://www.webasp.net/javascript/1/380.htm) |
| -- 发布日期: 2005-06-06 |
| <!-- 网页特效代码由[中国WEB开发者网络:http://www.ChinaWebDev.com]提供! --> <!-- 要实现此效果需要 2 个步骤: --> <!-- 第 1 步: --> <!-- 把下面的代码加到<HEAD></HEAD>区域中: --> <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> <!-- 第 2 步: --> <!-- 把下面的代码加到<BODY></BODY>区域中: --> <img src="http://www.webasp.net/images/logo.gif" border=0 id="image1" style="visibility:hidden; FILTER:revealTrans(Duration=4.0, Transition=23);"> |
| webasp.net |