Skip to content

Commit 88941f3

Browse files
committed
Add History.md
1 parent be6e1a1 commit 88941f3

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

History.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
### 1.0.0 — *November 21 2014*
2+
3+
The web-animations-js hackers are pleased to announce the release of
4+
a new codebase for the Web Animations Polyfill:
5+
https://github.com/web-animations/web-animations-js
6+
7+
The previous polyfill has been moved to:
8+
https://github.com/web-animations/web-animations-js-legacy
9+
10+
The new codebase is focused on code-size -- our smallest target is
11+
now only 33kb or 11kb after gzip.
12+
13+
We've implemented native fallback. If the target browser provides
14+
Web Animations features natively, the Polyfill will use them.
15+
16+
We now provide three different build targets:
17+
18+
`web-animations.min.js` - Tracks the Web Animations features that
19+
are supported natively in browsers. Today that means Element.animate
20+
and Playback Control in Chrome. If you’re not sure what features you
21+
will need, start with this.
22+
23+
`web-animations-next.min.js` - All of web-animations.min.js plus
24+
features that are still undergoing discussion or have yet to be
25+
implemented natively.
26+
27+
`web-animations-next-lite.min.js` - A cut down version of
28+
web-animations-next, removes several lesser used property handlers
29+
and some of the larger and less used features such as matrix
30+
interpolation/decomposition.
31+
32+
Not all features of the previous polyfill have been ported to the
33+
new codebase; most notably mutation of Animations and Groups and
34+
Additive Animations are not yet supported. These features are still
35+
important and will be implemented in the coming weeks.

0 commit comments

Comments
 (0)