TweenLite (GSAP) backed versions of liquid-fire transitions
npm install liquid-fire-tweenliteLiquid-fire-tweenlite
=====================



Join the liquid-fire channel on Slack.



ember install liquid-fire-tweenlite
This will run the default blueprint which additionally installs liquid-fire, ember-tweenlite, and tweenlite based
versions of liquid-fires default transitions into your app.
Usage of each transition remains identical to before, except options are passed to TweenLite instances
instead of velocity.js.
Contributions are very welcome, when making a PR please try to use the following conventions:
Commit Messages: angular-style
Examples:
- chore(deps): bump deps in package.json and bower.json
- docs(component): document the fast-action component
Branch Naming:
Examples:
- chore/bump-deps
- docs/foo-component-usage