Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 419 Bytes

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");