Ionic 2 Greensock/GSAP example
Use following command to install GSAP in ionic 2 :-
npm install gsap --save npm install jquery --save
Install typings if you have not installed npm install -g typings
Install Typescript type definitions :
typings install dtjquery —save —global
typings install dtgreensock —global —save# ionic2-gsap-greensock