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

Side by Side Diff: third_party/polymer/v0_8/components-chromium/web-animations-js/README.md

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 1
2 Quick Start 2 Quick Start
3 ----------- 3 -----------
4 4
5 To provide native Chrome Web Animation features (`Element.animate` and Playback 5 To provide native Chrome Web Animation features (`Element.animate` and Playback
6 Control) in other browsers, use `web-animations.min.js`. To explore all of the 6 Control) in other browsers, use `web-animations.min.js`. To explore all of the
7 proposed Web Animations API, use `web-animations-next.min.js`. 7 proposed Web Animations API, use `web-animations-next.min.js`.
8 8
9 What is Web Animations? 9 What is Web Animations?
10 ----------------------- 10 -----------------------
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 When we make a potentially breaking change to the polyfill's API 152 When we make a potentially breaking change to the polyfill's API
153 surface (like a rename) we will, where possible, continue supporting the 153 surface (like a rename) we will, where possible, continue supporting the
154 old version, deprecated, for three months, and ensure that there are 154 old version, deprecated, for three months, and ensure that there are
155 console warnings to indicate that a change is pending. After three 155 console warnings to indicate that a change is pending. After three
156 months, the old version of the API surface (e.g. the old version of a 156 months, the old version of the API surface (e.g. the old version of a
157 function name) will be removed. *If you see deprecation warnings you 157 function name) will be removed. *If you see deprecation warnings you
158 can't avoid it by not updating*. 158 can't avoid it by not updating*.
159 159
160 We also announce anything that isn't a bug fix on 160 We also announce anything that isn't a bug fix on
161 [web-animations-changes@googlegroups.com](https://groups.google.com/forum/#!foru m/web-animations-changes). 161 [web-animations-changes@googlegroups.com](https://groups.google.com/forum/#!foru m/web-animations-changes).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698