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.