liquid-fire-tweenlite
v1.0.4
Published
TweenLite (GSAP) backed versions of liquid-fire transitions
Downloads
8
Maintainers
Readme
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-fire
s 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-action
component
Branch Naming:
<type>/<short-description>
Examples:
- chore/bump-deps
- docs/foo-component-usage