jquery.easing

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

Building and testing

  • Clone the repo
  • npm install
  • Make changes
  • Test against files in /examples
  • Build minified version with npm run uglify

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.1
    26,060
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.4.1
    26,060
  • 1.4.0
    20
  • 1.3.2
    1,025
  • 1.3.1
    43
  • 1.3.0
    162

Package Sidebar

Install

npm i jquery.easing

Weekly Downloads

27,310

Version

1.4.1

License

BSD-3-Clause

Last publish

Collaborators

  • alexandergugel
  • gdsmith