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

Side by Side Diff: third_party/web-animations-js/sources/History.md

Issue 1901343004: [Polymer] update third_party polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 ### 2.1.4 - *December 1 2015*
2 * Use `Date.now()` instead of `performace.now()` for mobile Safari.
3
4 ### 2.1.3 - *October 12 2015*
5 * Removed web-animations.min.js.gz
6
1 ### 2.1.2 - *July 8 2015* 7 ### 2.1.2 - *July 8 2015*
2 * Fix a bug where onfinish was being called for GroupEffects before they were finished. 8 * Fix a bug where onfinish was being called for GroupEffects before they were finished.
3 9
4 ### 2.1.1 - *July 1 2015* 10 ### 2.1.1 - *July 1 2015*
5 * Add Animation.timeline getter 11 * Add Animation.timeline getter
6 * Add AnimationEffect.parent getter 12 * Add AnimationEffect.parent getter
7 * Make AnimationEffectTiming (returned by AnimationEffect.timing) attributes m utable 13 * Make AnimationEffectTiming (returned by AnimationEffect.timing) attributes m utable
8 * Expose the Animation constructor 14 * Expose the Animation constructor
9 * Change custom effects from AnimationEffects to onsample functions. Custom ef fects should now be created by setting the onsample attribute of a KeyframeEffec t. 15 * Change custom effects from AnimationEffects to onsample functions. Custom ef fects should now be created by setting the onsample attribute of a KeyframeEffec t.
10 16
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 143
138 `web-animations-next-lite.min.js` - A cut down version of 144 `web-animations-next-lite.min.js` - A cut down version of
139 web-animations-next, removes several lesser used property handlers 145 web-animations-next, removes several lesser used property handlers
140 and some of the larger and less used features such as matrix 146 and some of the larger and less used features such as matrix
141 interpolation/decomposition. 147 interpolation/decomposition.
142 148
143 Not all features of the previous polyfill have been ported to the 149 Not all features of the previous polyfill have been ported to the
144 new codebase; most notably mutation of Animations and Groups and 150 new codebase; most notably mutation of Animations and Groups and
145 Additive Animations are not yet supported. These features are still 151 Additive Animations are not yet supported. These features are still
146 important and will be implemented in the coming weeks. 152 important and will be implemented in the coming weeks.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698