首页 > 学院 > 开发设计 > 正文

图象淡出效果

2019-11-18 13:44:10
字体:
来源:转载
供稿:网友

  <script language=javascript>

function fade_in()

{

if (test.filters.alpha.opacity < 100)

{

test.filters.alpha.opacity += 10;

clearTimeout(timer);

var timer = setTimeout("fade_in()",150);

timer;

}

}

</script>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表