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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
### 2.2.1 - *April 28 2016*
2
+
*[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.
3
+
4
+
For example, this is deprecated and will eventually throw a TypeError:
5
+
6
+
element.animate([], {
7
+
duration: -1,
8
+
iterationStart: -1,
9
+
iterations: -1,
10
+
easing: 'garbage string',
11
+
});
12
+
13
+
*[Fixed polyfill crash in browsers based on Chromium 36 to 46.](https://github.com/web-animations/web-animations-next/pull/434)
0 commit comments