jquery.easing : A jQuery plugin from GSGD to give advanced easing options. You can installing jquery.easing npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install jquery.easing $ sudo npm install -g jquery.easing
If want to update the jquery.easing package execute the command as below,
$ sudo npm update jquery.easing
Update package globally,
$ npm install -g jquery.easing
$ sudo git clone https://github.com/rektide/jquery.easing.git
$ sudo npm install -g ./jquery.easing
jquery.easing@1.4.1 /usr/lib/node_modules/jquery.easing
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jquery.easing
Package Name | jquery.easing |
Version | 1.4.1 |
Description | A jQuery plugin from GSGD to give advanced easing options |
Released Date | 2016-07-01T13:27:27.950Z |
Published by | gdsmith |
How to Learn | https://www.npmjs.com/package/jquery.easing/tutorial |