Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Side by Side Diff: polymer_0.4.0/bower_components/web-animations-js/README.md

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [![Build Status](https://travis-ci.org/web-animations/web-animations-js.png?bran ch=master)](https://travis-ci.org/web-animations/web-animations-js) 1 [![Build Status](https://travis-ci.org/web-animations/web-animations-js.png?bran ch=master)](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
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).
OLDNEW
« no previous file with comments | « polymer_0.4.0/bower_components/web-animations-js/COPYING ('k') | polymer_0.4.0/bower_components/web-animations-js/run-lint.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698