A jQuery plugin from GSGD to give advanced easing options
npm install jquery.easingWhat is it? A jQuery plugin from GSGD to give advanced easing options. More info here
For CDN please use CloudFlare http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js to help my host. Thank you.
``js
// CommonJS
var jQuery = require('jquery');
require('jquery.easing')(jQuery);
// AMD
define(['jquery', 'jquery.easing'], function (jQuery, easing) {
easing(jQuery)
})
`
* Clone the repo
* npm install/examples
* Make changes
* Test against files in npm run uglify`
* Build minified version with