This library is intended to become a robust foundation for animation in Ember. A future version of liquid-fire will be implemented on top of this.
git clone <repository-url>this repositorycd ember-animatednpm install
This repo is tested against Ember versions going back as far as 1.13. For Ember versions older than 2.3, you will also need to install the following addons:
- ember-hash-helper-polyfill
- ember-getowner-polyfill (1.1.0+)
- ember-assign-polyfill
ember serve- Visit your app at http://localhost:4200.
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.