慕粉4296528
2017-09-13 22:43
$aaron.animate({
height: '50'
}, {
duration :2000,
specialEasing: {
left: 'swing',
height: 'easeOutBounce'
},
//每一个动画都会调用
step: function(now, fx) {
$aaron.text('高度的改变值:'+now)
}
})
应该可以
jQuery基础(四)—动画篇
85049 学习 · 262 问题
相似问题