Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 366 Bytes

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