We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c006fc1 commit d74eaefCopy full SHA for d74eaef
1 file changed
README.md
@@ -0,0 +1,12 @@
1
+# Node wrapper for jQuery Easing plugin
2
+
3
+[jQuery Easing plugin](http://gsgd.co.uk/sandbox/jquery/easing/) is great library by George McGinley Smith.
4
5
+This project wraps it with [UMD](https://github.com/umdjs/umd), so it will be easier to use with AMD and Node.
6
+This especially useful for [NW.js](http://nwjs.io/).
7
8
+To install:
9
10
+```
11
+npm install jquery-easing
12
0 commit comments