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
.
ember install ember-tweenlite
Then in your app or addon's module.
import TweenLite from 'tweenlite';