jquery-easing

node wrapper for jQuery Easing plugin by George McGinley Smith

Usage no npm install needed!

<script type="module">
  import jqueryEasing from 'https://cdn.skypack.dev/jquery-easing';
</script>

README

Node wrapper for jQuery Easing plugin

jQuery Easing plugin is great library by George McGinley Smith.

This project wraps it with UMD, so it will be easier to use with AMD and Node. This especially useful for NW.js.

To install:

npm install jquery-easing

Usage:

var jQuery = require("jquery-easing");