Package Exports
- liquid-fire-tweenlite
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (liquid-fire-tweenlite) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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