You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: History.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,27 @@
1
+
### 2.2.2 - *August 3 2016*
2
+
3
+
*[Fixed handling of keyframes with overlapping offsets.](https://github.com/web-animations/web-animations-next/pull/470)
4
+
5
+
*[Throw TypeError on invalid keyframe input.](https://github.com/web-animations/web-animations-next/pull/471)
6
+
7
+
*[Fixed display and other animation properties being animated.](https://github.com/web-animations/web-animations-next/pull/474)
8
+
9
+
*[Throw InvalidStateError when calling play() on reversed infinite animation.](https://github.com/web-animations/web-animations-next/pull/475)
10
+
11
+
*[Fixed infinite loop in cubic-bezier timing function.](https://github.com/web-animations/web-animations-next/pull/476)
12
+
13
+
*[Fixed idle animations not becoming paused when seeked.](https://github.com/web-animations/web-animations-next/pull/479)
14
+
15
+
*[Fixed pause() not rewinding idl animations.](https://github.com/web-animations/web-animations-next/pull/480)
16
+
17
+
*[Extended cubic-bezier timing function domain from [0, 1] to (-Infinity, Infinity).](https://github.com/web-animations/web-animations-next/pull/481)
18
+
19
+
*[Fixed timing model to handle corner cases involving Infinity and 0 correctly.](https://github.com/web-animations/web-animations-next/pull/482)
20
+
21
+
*[Fixed source files missing from npm package.](https://github.com/web-animations/web-animations-next/pull/483)
22
+
23
+
*[Improved performance of starting and updating individual animations.](https://github.com/web-animations/web-animations-next/pull/485)
24
+
1
25
### 2.2.1 - *April 28 2016*
2
26
*[Deprecated invalid timing inputs](https://github.com/web-animations/web-animations-next/pull/437) as they will soon throw [TypeErrors](https://github.com/web-animations/web-animations-next/pull/426) in native browsers.
0 commit comments