how to smooth jquery animations

前端 未结 4 1493
走了就别回头了
走了就别回头了 2020-12-17 05:19

I would like to smooth the chaining of some jquery.animate functions.

Here is a jsfiddle where I describe the problem : http://jsfiddle.net/xavier_seignard/KTxbb/4/<

4条回答
  •  执念已碎
    2020-12-17 05:56

    I think you should just try out the jQuery Easing plugin - http://gsgd.co.uk/sandbox/jquery/easing/

    Include the file and instead of "liner" add some other easing.

提交回复
热议问题