Skip to content

garethbosch/ember-animated

 
 

Repository files navigation

ember-animated

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.

Installation

  • git clone <repository-url> this repository
  • cd ember-animated
  • npm 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

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.

About

Core animation primitives for Ember.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.3%
  • HTML 3.7%
  • CSS 1.0%