mirror of
https://github.com/gdsmith/jquery.easing.git
synced 2026-06-09 15:37:03 +02:00
b8f2aab6cfe9f9120e35c2cc4732e7b29edd4e8e
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/trim-newlines/releases) - [Commits](https://github.com/sindresorhus/trim-newlines/commits) --- updated-dependencies: - dependency-name: trim-newlines dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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
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
Description
Languages
JavaScript
53.4%
HTML
46.6%