George df09da4048 Update LICENCE
Clarify BSD licence and update Penner equation licence information
2019-03-18 10:05:23 +04:00
2016-05-17 10:07:32 -04:00
2017-10-09 19:44:48 +02:00
2017-10-09 19:44:48 +02:00
2019-03-18 10:05:23 +04:00
2017-10-09 19:44:48 +02:00
2018-08-11 15:55:28 +02: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 https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/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 build
Description
jQuery Easing Plugin
Readme 286 KiB
Languages
JavaScript 53.4%
HTML 46.6%