OLD | NEW |
1 [](https://travis-ci.org/web-animations/web-animations-js) | 1 [](https://travis-ci.org/web-animations/web-animations-js) |
2 | 2 |
3 Latest specification at http://w3c.github.io/web-animations/. | 3 Latest specification at http://w3c.github.io/web-animations/. |
4 | 4 |
5 ## Learn the tech | 5 ## Learn the tech |
6 | 6 |
7 ### Why Web Animations? | 7 ### Why Web Animations? |
8 | 8 |
9 Four animation-related specifications already exist on the web platform: [CSS Tr
ansitions](http://dev.w3.org/csswg/css-transitions/), | 9 Four animation-related specifications already exist on the web platform: [CSS Tr
ansitions](http://dev.w3.org/csswg/css-transitions/), |
10 [CSS Animations](http://dev.w3.org/csswg/css-animations/), [SVG Animations](http
://www.w3.org/TR/SVG/animate.html) / [SMIL](http://www.w3.org/TR/2001/REC-smil-a
nimation-20010904/), and `requestAnimationFrame()`. However: | 10 [CSS Animations](http://dev.w3.org/csswg/css-animations/), [SVG Animations](http
://www.w3.org/TR/SVG/animate.html) / [SMIL](http://www.w3.org/TR/2001/REC-smil-a
nimation-20010904/), and `requestAnimationFrame()`. However: |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 ## Tools & testing | 228 ## Tools & testing |
229 | 229 |
230 For running tests or building minified files, consult the | 230 For running tests or building minified files, consult the |
231 [tooling information](http://www.polymer-project.org/resources/tooling-strategy.
html). | 231 [tooling information](http://www.polymer-project.org/resources/tooling-strategy.
html). |
232 | 232 |
233 ## Breaking changes | 233 ## Breaking changes |
234 | 234 |
235 When we make a potentially breaking change to the polyfill's API surface (like a
rename) we'll continue supporting the old version, deprecated, for three months
and ensure that there are console warnings that a change is pending. After thre
e months, the old version of the API surface (e.g. the old version of a function
name) will be removed. If you see deprecation warnings you can't avoid it by no
t updating. | 235 When we make a potentially breaking change to the polyfill's API surface (like a
rename) we'll continue supporting the old version, deprecated, for three months
and ensure that there are console warnings that a change is pending. After thre
e months, the old version of the API surface (e.g. the old version of a function
name) will be removed. If you see deprecation warnings you can't avoid it by no
t updating. |
236 | 236 |
237 We also announce anything that isn't a bug fix on web-animations-changes@googleg
roups.com (https://groups.google.com/forum/#!forum/web-animations-changes). | 237 We also announce anything that isn't a bug fix on web-animations-changes@googleg
roups.com (https://groups.google.com/forum/#!forum/web-animations-changes). |
OLD | NEW |