jQuery的事件和动画

1.animate的应用

animate(params,[duration],[easing],[callback])

参数实例:

params:     {"20%",height:"70px"}

duration:    slow/normal/fast/3000...

easing:       一些样式http://jqueryui.com/resources/demos/effect/easing.html

callback:     function(){}

原文地址:https://www.cnblogs.com/wangyuanliang/p/3765491.html