ember-web-animations-next-polyfill
v2.2.0
Published
An Ember addon that provides and enables use of the web-animations-next polyfill in consuming applications
Downloads
20
Maintainers
Readme
ember-web-animations-next-polyfill
An Ember addon that provides the web-animations-next
variety of the
Web Animations API Polyfill to consuming projects.
Usage
ember install ember-web-animations-next-polyfill
No setup or special configuration is needed: you can now use the all of the functionality of the upcoming version of the Web Animations API.
Browser Support
The Web Animations JS project provides documentation on the browsers supported by the polyfill. As always, please be sure to check that it's compatible with your needs.
Contributing
Installing the Project
git clone
this repositorynpm install
bower install
Running the Project Dummy App
ember serve
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
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/.