OLD | NEW |
1 ### 2.0.0 - *April 5 2015* | 1 ### 2.0.0 - *April 5 2015* |
2 | 2 |
3 * Improve behavior of group Animation playback rate. | 3 * Improve behavior of group Animation playback rate. |
4 * Rename Animation to KeyframeEffect. | 4 * Rename Animation to KeyframeEffect. |
5 * Rename AnimationSequence to SequenceEffect. | 5 * Rename AnimationSequence to SequenceEffect. |
6 * Rename AnimationGroup to GroupEffect. | 6 * Rename AnimationGroup to GroupEffect. |
7 * Rename AnimationPlayer to Animation. | 7 * Rename AnimationPlayer to Animation. |
8 * Remove KeyframeEffect.effect and add KeyframeEffect.getFrames. | 8 * Remove KeyframeEffect.effect and add KeyframeEffect.getFrames. |
9 * Rename Animation.source to Animation.effect. | 9 * Rename Animation.source to Animation.effect. |
10 * Rename Timeline.getAnimationPlayers to Timeline.getAnimations. | 10 * Rename Timeline.getAnimationPlayers to Timeline.getAnimations. |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 | 99 |
100 `web-animations-next-lite.min.js` - A cut down version of | 100 `web-animations-next-lite.min.js` - A cut down version of |
101 web-animations-next, removes several lesser used property handlers | 101 web-animations-next, removes several lesser used property handlers |
102 and some of the larger and less used features such as matrix | 102 and some of the larger and less used features such as matrix |
103 interpolation/decomposition. | 103 interpolation/decomposition. |
104 | 104 |
105 Not all features of the previous polyfill have been ported to the | 105 Not all features of the previous polyfill have been ported to the |
106 new codebase; most notably mutation of Animations and Groups and | 106 new codebase; most notably mutation of Animations and Groups and |
107 Additive Animations are not yet supported. These features are still | 107 Additive Animations are not yet supported. These features are still |
108 important and will be implemented in the coming weeks. | 108 important and will be implemented in the coming weeks. |
OLD | NEW |