为了账号安全,请及时绑定邮箱和手机立即绑定

这段代码动画效果为什么实现不了

这段代码动画效果为什么实现不了

甫里 2016-03-28 16:10:44
function addLoadEvent(func) {      var oldonload = window.onload;      if (typeof window.onload != 'function') {         window.onload = func;         } else {        window.onload = function() {           oldonload();          func();    }  }}function positionMessage(){  if(!document.getElementById || !document.getElementById("message")) return false;  var elem = document.getElementById("message");  elem.style.position = "absolute";  elem.style.left = "50px";  elem.style.top = "100px";  movement = setTimeout("moveMessage()",10000);}function moveMessage(){  if(!document.getElementById || !document.getElementById("message")) return false;  var elem = document.getElementById("message");  elem.style.left = "200px";}addLoadEvent(positionMessage);addLoadEvent(moveMessage);
查看完整描述

1 回答

已采纳
?
慕郎_莲华

TA贡献83条经验 获得超16个赞

十秒执行一次?

查看完整回答
反对 回复 2016-03-30
  • 1 回答
  • 0 关注
  • 1399 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信