eases : grab bag of easing equations. You can installing eases 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 eases $ sudo npm install -g eases
If want to update the eases package execute the command as below,
$ sudo npm update eases
Update package globally,
$ npm install -g eases
$ sudo git clone https://github.com/rektide/eases.git
$ sudo npm install -g ./eases
eases@1.0.8 /usr/lib/node_modules/eases
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eases
Package Name | eases |
Version | 1.0.8 |
Description | grab bag of easing equations |
Released Date | 2015-10-07T16:00:24.454Z |
Published by | mattdesl |
How to Learn | https://www.npmjs.com/package/eases/tutorial |