From dfa0973563f0a8eec8ec6b74fe7669c763bb5a0d Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Date: Wed, 4 Oct 2017 12:49:28 +0200 Subject: [PATCH] docs(aio): update animations for CLI (#19551) PR Close #19551 --- aio/content/examples/animations/src/index.html | 3 --- aio/content/guide/animations.md | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/aio/content/examples/animations/src/index.html b/aio/content/examples/animations/src/index.html index 766957f234..fcd0ca2a3c 100644 --- a/aio/content/examples/animations/src/index.html +++ b/aio/content/examples/animations/src/index.html @@ -5,9 +5,6 @@ Animations - - - diff --git a/aio/content/guide/animations.md b/aio/content/guide/animations.md index 96e79948e8..9da7a8229a 100644 --- a/aio/content/guide/animations.md +++ b/aio/content/guide/animations.md @@ -16,9 +16,7 @@ animation logic with the rest of your application code, for ease of control. Angular animations are built on top of the standard [Web Animations API](https://w3c.github.io/web-animations/) and run natively on [browsers that support it](http://caniuse.com/#feat=web-animation). -For other browsers, a polyfill is required. Grab -[`web-animations.min.js` from GitHub](https://github.com/web-animations/web-animations-js) and -add it to your page. +For other browsers, a polyfill is required. Uncomment the `web-animations-js` polyfill from the `polyfills.ts` file.