menu arrow_back MyDrive chevron_right Software chevron_right CLI chevron_right platform-tools_r31.0.3-windows chevron_right systrace chevron_right catapult chevron_right third_party chevron_right polymer chevron_right components chevron_right web-animations-js
  • account_circle 登录
  • brightness_4深色模式
  • home Home
  • cloud MyDrive
  • cloud RwikiDrive
  • code
    Github
  • info
    关于该主题
  • 登录
    lock
    faceREADME.md
    
    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 `
    `. [Try it as a live demo.](http://jsbin.com/yageyezabo/edit?html,js,output) ```html
    Hello world!
    ``` Documentation ------------- * [Codelab tutorial](https://github.com/web-animations/web-animations-codelabs) * [Examples of usage](/docs/examples.md) * [Live demos](https://web-animations.github.io/web-animations-demos) * [MDN reference](https://developer.mozilla.org/en-US/docs/Web/API/Element/animate) * [W3C specification](http://w3c.github.io/web-animations/) We love feedback! ----------------- * For feedback on the API and the specification: * File an issue on GitHub: * Alternatively, send an email to with subject line "[web-animations] ... message topic ..." ([archives](http://lists.w3.org/Archives/Public/public-fx/)). * 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: [[email protected]](https://groups.google.com/forum/#!forum/web-animations-changes). More info --------- * [Technical details about the polyfill](/docs/support.md) * [Browser support](/docs/support.md#browser-support) * [Fallback to native](/docs/support.md#native-fallback) * [Feature list](/docs/support.md#features) * [Feature deprecation and removal processes](/docs/support.md#process-for-breaking-changes) * To test experimental API features, try one of the [experimental targets](/docs/experimental.md)