歪嘴的肖恩
2016-07-17 15:04
如果用CSS设置图片切换动画,怎么防止快速点击鼠标造成的小圆点不一致的情况,有大神没,,,
prev.onclick=function(){
if(!animated){
if(index==1){
index=5;
}else{
index-=1;
}
showButton();
animate(700);
}
}
把animared的判断提前就好了,你试试
小圆点的参考对象不要参照index,参照list.style.left
焦点图轮播特效
65279 学习 · 611 问题
相似问题