除了flag那个问题外,个人觉得从优化程序执行的角度上来讲
if(attr=='opacity'){obj.style.filter='alpha(opacity:'+(icur+speed)+')';obj.style.opacity=(icur+speed)/100;} else{
obj.style[attr]=icur+speed+'px';}这几行应插入到if(icur!=json[attr]){}这里面去
if(attr=='opacity'){obj.style.filter='alpha(opacity:'+(icur+speed)+')';obj.style.opacity=(icur+speed)/100;} else{
obj.style[attr]=icur+speed+'px';}这几行应插入到if(icur!=json[attr]){}这里面去
2014-12-19
if(oDiv.offsterLeft == 0){
clearInterval(timer)
}
做到这个地方 好像清除没有实现 一直继续还在运动 不知道哪里出问题
clearInterval(timer)
}
做到这个地方 好像清除没有实现 一直继续还在运动 不知道哪里出问题
2014-12-18