jquery.easing-umd

1.3.2 • Public • Published

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)
})

/jquery.easing-umd/

    Package Sidebar

    Install

    npm i jquery.easing-umd

    Weekly Downloads

    1

    Version

    1.3.2

    License

    none

    Last publish

    Collaborators

    • graingert