window.onload=function(){ var ul=document.getelementsbyclassname("index-ul")[0]; var ol=document.getelementsbyclassname("index-ol")[0]; var ali=ol.children; var cli=ul.children; cli[0].style.opacity=1; var now=0;//当前图片索引 for(var i=0;i0)?math.ceil(speed):math.floor(speed); if (attr=='opacity') { obj.style[attr]=(start+speed)/100; obj.style.filter='alpha(opacity'+(start+speed)+')'; } else{ obj.style[attr]=start+speed+'px'; }; if(start==end){ }else{ flag=false; } } if(flag){ clearinterval(obj.timer); if(fn){ fn(); } } },60) } }