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

关于animate step的now问题

关于animate step的now问题

不知名的冯程序员 2016-08-10 10:57:51
$("#div4").on({ mouseover :function(){ $(this).animate({height:"200px",opacity:0.3},{duration:3000,step:function(now,fx){$("#div4").text("透明度变化:"+now)}})}, mouseout:function(){ $(this).animate({opacity:1, height:"150px", },{duration:3000,step:function(now,fx){$("#div4").text("透明度变化:"+now)}})}, })});此时animate中有两个变化的元素 height和opacity,now一般取的是后面的值,如何选择不同的值?
查看完整描述

1 回答

?
qq_昼绽_0

TA贡献82条经验 获得超17个赞


用两个参数不行?

查看完整回答
反对 回复 2016-08-23
  • 1 回答
  • 0 关注
  • 1102 浏览

添加回答

举报

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