gsap : Think of GSAP as the Swiss Army Knife of animation. It animates anything JavaScript can touch (CSS properties, canvas library objects, SVG, generic objects, whatever) and solves countless browser inconsistencies, all with blazing speed (up to 20x faster t. You can installing gsap 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 gsap $ sudo npm install -g gsap
If want to update the gsap package execute the command as below,
$ sudo npm update gsap
Update package globally,
$ npm install -g gsap
$ sudo git clone https://github.com/rektide/gsap.git
$ sudo npm install -g ./gsap
gsap@1.20.3 /usr/lib/node_modules/gsap
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gsap
Package Name | gsap |
Version | 1.20.3 |
Description | Think of GSAP as the Swiss Army Knife of animation. It animates anything JavaScript can touch (CSS properties, canvas library objects, SVG, generic objects, whatever) and solves countless browser inconsistencies, all with blazing speed (up to 20x faster t |
Released Date | 2017-10-03T06:42:05.299Z |
Published by | greensock |
How to Learn | https://www.npmjs.com/package/gsap/tutorial |