angular-cn/packages/platform-browser/animations/src
Matias Niemelä b2f366b3b7 fix(animations): only use the WA-polyfill alongside AnimationBuilder (#22143)
This patch removes the need to include the Web Animations API Polyfill
(web-animations-js) as a dependency. Angular will now fallback to using
CSS Keyframes in the event that `element.animate` is no longer supported
by the browser.

In the event that an application does use `AnimationBuilder` then the
web-animations-js polyfill is required to enable programmatic,
position-based access to an animation.

Closes #17496

PR Close #22143
2018-02-22 16:07:53 -08:00
..
animation_builder.ts fix(animations): resolve error when using AnimationBuilder with platform-server (#18642) 2017-08-16 17:47:42 -05:00
animation_renderer.ts fix(core): should check Zone existance when scheduleMicroTask (#20656) 2018-02-02 07:53:55 -08:00
animations.ts feat(animations): introduce a wave of new animation features 2017-05-16 17:39:57 -07:00
module.ts fix(animations): export BrowserModule as apart of BrowserAnimationsModule (#18263) 2017-07-20 17:47:49 -05:00
private_export.ts docs(animations): add documentation for new animation features 2017-05-19 12:52:04 -07:00
providers.ts fix(animations): only use the WA-polyfill alongside AnimationBuilder (#22143) 2018-02-22 16:07:53 -08:00