Dave Methvin b1a79893df Rewrite equations to use only progress fraction
This also adds a file that verifies the results of the old easing equations
against the new ones to ensure they return the same results to 0.1%.
2016-05-19 10:47:05 -04:00
2016-05-17 10:07:32 -04:00
2015-10-01 16:40:22 +03:00

jQuery Easing Plugin

What 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.

AMD or CommonJS usage

// CommonJS
var jQuery = require('jquery');
require('jquery.easing')(jQuery);

// AMD
define(['jquery', 'jquery.easing'], function (jQuery, easing) {
  easing(jQuery)
})
S
Description
jQuery Easing Plugin
Readme 290 KiB
Languages
JavaScript 53.4%
HTML 46.6%