1.0.4 • Published 10 years ago
liquid-fire-tweenlite v1.0.4
Liquid-fire-tweenlite
Support, Questions, Collaboration
Join the liquid-fire channel on Slack.
Status
Usage
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.
Contributing
Contributions are very welcome, when making a PR please try to use the following conventions:
Commit Messages: angular-style
<type>(<scope>): <title>
Examples:
- chore(deps): bump deps in package.json and bower.json
- docs(component): document the
fast-actioncomponent
Branch Naming:
<type>/<short-description>
Examples:
- chore/bump-deps
- docs/foo-component-usage