JSPM

liquid-fire-tweenlite

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q37085F
  • License MIT

TweenLite (GSAP) backed versions of liquid-fire transitions

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

Build Status npm version Ember Observer Score

Support, Questions, Collaboration

Join the liquid-fire channel on Slack.

Slack Status

Status

Changelog

dependencies devDependency 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-action component

Branch Naming:

<type>/<short-description>

Examples:

  • chore/bump-deps
  • docs/foo-component-usage