Enables using GSAP's TweenLite Animation Library.
npm install ember-tweenliteEmber-tweenlite
===============


Installs gsap and exposes tweenlite to your project. It will import the minified
version for production builds only, and won't import anything if your app is running
in fastboot.
``cli`
ember install ember-tweenlite
Then in your app or addon's module.
`js``
import TweenLite from 'tweenlite';