- Notifications
You must be signed in to change notification settings - Fork407
Releases: web-animations/web-animations-js
Patch update to 2.3.2
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Patch update to 2.3.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Minor update 2.3.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Patch update to 2.2.5
2.2.5 -April 17 2017
- Removed erroneously added *.gz files from release.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Patch update to 2.2.4
2.2.4 -April 14 2017
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Patch update to 2.2.3
2.2.3 -April 13 2017
Added support for animating SVG related properties:
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Patch update to 2.2
2.2.2 -August 3 2016
- Fixed handling of keyframes with overlapping offsets.
- Throw TypeError on invalid keyframe input.
- Fixed display and other animation properties being animated.
- Throw InvalidStateError when calling play() on reversed infinite animation.
- Fixed infinite loop in cubic-bezier timing function.
- Fixed idle animations not becoming paused when seeked.
- Fixed pause() not rewinding idl animations.
- Extended cubic-bezier timing function domain from [0, 1] to (-Infinity, Infinity).
- Fixed timing model to handle corner cases involving Infinity and 0 correctly.
- Fixed source files missing from npm package.
- Improved performance of starting and updating individual animations.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Patch update to 2.2
2.2.1 -April 28 2016
Deprecated invalid timing inputs as they will soon throwTypeErrors in native browsers.
For example, this is deprecated and will eventually throw a TypeError:
element.animate([], { duration: -1, iterationStart: -1, iterations: -1, easing: 'garbage string',});Fixed polyfill crash in browsers based on Chromium 36 to 46.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Minor update to 2.1
2.1.5 -April 19 2016
- Cherry picked fix for native easing TypeError exception when using groups.
web-animations/web-animations-next#423
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Minor update to 2.0
2.0.1 -April 19 2016
- Cherry picked fix for native easing TypeError exception when using groups.
web-animations/web-animations-next#423
Assets2
Uh oh!
There was an error while loading.Please reload this page.