<div class="test1" style="width:100px;height:100px;position:absolute;top:200px;left:300px;background:red;"></div><div class="test1" style="width:100px;height:100px;position:absolute;top:300px;left:300px;background:blue;"></div><div class="test1" style="width:100px;height:100px;position:absolute;top:400px;left:300px;background:green;"></div>//JS $('.test1').hover(function(){ $('.test1').anima({ attr:'w', start:100, target:500, t:80, speed:5, tep:2, }) },function(){ $('.test1').anima({ attr:'w', target:100, t:80, speed:5, tep:2, }) });
添加回答
举报
0/150
提交
取消