mirror of
https://github.com/gdsmith/jquery.easing.git
synced 2026-03-02 18:23:37 +01:00
8360134f5ffba3f20b67bcb625fcade207e5aee8
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)
})
Description
Languages
JavaScript
53.4%
HTML
46.6%