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

为什么只有最后一个div有动画效果,而前几个没有????

为什么只有最后一个div有动画效果,而前几个没有????

会飞的猫web 2016-02-02 09:05:05
<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,        }) });
查看完整描述

1 回答

?
李晓健

TA贡献1036条经验 获得超461个赞

你的 anima 是个什么方法呢,你是用了什么库还是自己写的个什么方法?

查看完整回答
反对 回复 2016-02-02
  • 会飞的猫web
    会飞的猫web
    我自己写的一个动态效果的方法
  • 李晓健
    李晓健
    那你把你的方法也帖出来呀。不然别人怎么知道你是怎么做的呢
  • 1 回答
  • 0 关注
  • 1322 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信