There is no license information available for the latest version (dev-master) of this package.

Allows to clone the gdsmith/jquery.easing repository

Installs: 193

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:drupal-library

dev-master 2020-11-22 13:15 UTC

This package is not auto-updated.

Last update: 2024-10-08 06:43:03 UTC


README

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
const 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