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

小圆点切换animate(offset);这个传参是什么原理

animate(offset);

index=myindex;

showButton();

小圆点切换中算出偏移量后 这里的offset会覆盖上面的吗:

 function animate(offset){

  

 var newleft=parseInt(list.style.left)+offset;

 list.style.left=newleft+'px';

 if(newleft>-600){

    list.style.left=-3000+'px';

 }

 if(newleft<-3000){

    list.style.left=-600+'px';

 }

 }


正在回答

2 回答

每次调用animate(offset)都var newleft=parseInt(list.style.left)+offset;

因为有var所以每次newleft都是重新声明一个变量

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

小圆点切换animate(offset);这个传参是什么原理

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信