JavaScript implementation of the Web Animations API
npm install web-animations-js-extension
What is Web Animations?
-----------------------
A new JavaScript API for driving animated content on the web. By unifying
the animation features of SVG and CSS, Web Animations unlocks features
previously only usable declaratively, and exposes powerful, high-performance
animation capabilities to developers.
What is in this repository?
---------------------------
A JavaScript implementation of the Web Animations API that provides Web
Animation features in browsers that do not support it natively. The polyfill
falls back to the native implementation when one is available.
Quick start
-----------
Here's a simple example of an animation that fades and scales a `` Documentation * Codelab tutorial We love feedback! * For feedback on the API and the specification: * For issues with the polyfill, report them on GitHub: Keep up-to-date Breaking polyfill changes will be announced on this low-volume mailing list: More info * Technical details about the polyfill.
Try it as a live demo.htmlHello world!
``
-------------
* Examples of usage
* Live demos
* MDN reference
* W3C specification
* Polyfill extension API
-----------------
* File an issue on GitHub:
* Alternatively, send an email to
"[web-animations] ... message topic ..."
(archives).
---------------
web-animations-changes@googlegroups.com.
---------
* Browser support
* Fallback to native
* Feature list
* Feature deprecation and removal processes
* To test experimental API features, try one of the
experimental targets