var mark2=true;
$(".right").click(function(){
if(mark2){ move(1); mark2=false; } })
function move(obj){
obj.animate({
width: arrW[index],
height: arrH[index],
opacity: arrO[index],
left: arrL[index],
top: arrT[index]
},500,function(){
mark2=true;
})
}
点击
Smart猫小萌
相关分类