From 7e801296f251099f2188bd434a8b751cc83bcec6 Mon Sep 17 00:00:00 2001 From: Sagir Khan Date: Sun, 22 Oct 2017 13:05:44 +0530 Subject: [PATCH] docs(tutorial/14 - Animations): replace broken web platform docs link Replace broken link [webplatform-animations]: https://docs.webplatform.org/wiki/css/properties/animations with [mdn-animations]: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations https://docs.webplatform.org/wiki/css/properties/animations returns a 404. The closest match that works is https://webplatform.github.io/docs/css/properties/animation. However, the notice at the top of the page reads, "The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued." The CSS animations guide on MDN web docs is not only current, but also more comprehensive. --- docs/content/tutorial/step_14.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/step_14.ngdoc b/docs/content/tutorial/step_14.ngdoc index 409d3f984cc3..b1b5ff043f58 100644 --- a/docs/content/tutorial/step_14.ngdoc +++ b/docs/content/tutorial/step_14.ngdoc @@ -328,7 +328,7 @@ The applied CSS classes are much the same as with `ngRepeat`. Each time a new pa ensures that all views are contained within a single HTML element, which allows for easy animation control. -For more on CSS animations, see the [Web Platform documentation][webplatform-animations]. +For more on CSS animations, see the [MDN web docs][mdn-animations]. ## Animating `ngClass` with JavaScript @@ -561,4 +561,4 @@ There you have it! We have created a web application in a relatively short amoun [caniuse-css-transitions]: http://caniuse.com/#feat=css-transitions [jquery]: https://jquery.com/ [jquery-animate]: https://api.jquery.com/animate/ -[webplatform-animations]: https://docs.webplatform.org/wiki/css/properties/animations +[mdn-animations]: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations