1.animate的应用
animate(params,[duration],[easing],[callback])
参数实例:
params: {width:"20%",height:"70px"}
duration: slow/normal/fast/3000...
easing: 一些样式http://jqueryui.com/resources/demos/effect/easing.html
callback: function(){}
2023-08-25 18:18:28
1.animate的应用
animate(params,[duration],[easing],[callback])
参数实例:
params: {width:"20%",height:"70px"}
duration: slow/normal/fast/3000...
easing: 一些样式http://jqueryui.com/resources/demos/effect/easing.html
callback: function(){}