Easing.js
1.1、Easing.js简介

Easing.js是一个jQuery动画效果扩展增强插件。

Easing.js官网:http://jqueryui.com/easing

查看效果

1.2、下载Easing.js

通过bower下载:

bower install easingjs --save
1.3、引入Easing.js
<script src="/bower_components/jquery/jquery.min.js"></script>
<script src="/bower_components/easingjs/jquery.easing.min.js"></script>
1.4、使用Easing.js