Skip to content

jbox-web/jquery.easing

Repository files navigation

jQuery Easing Plugin

GitHub license Build Status

What is it? A jQuery plugin from GSGD to give advanced easing options. More info here

AMD or CommonJS usage

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

// AMD
define(['jquery', 'jquery.easing'], function (jQuery, easing) {
  easing(jQuery)
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published