Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9ba07e9

Browse files
sagirkgkalpak
authored andcommitted
docs(tutorial/step_14): replace broken web platform docs link
Replace broken [webplatform-animations][1] link with [mdn-animations][2]. The original link 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. [1]: https://docs.webplatform.org/wiki/css/properties/animations [2]: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations Closes #16294
1 parent dfcb5ac commit 9ba07e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_14.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ The applied CSS classes are much the same as with `ngRepeat`. Each time a new pa
328328
ensures that all views are contained within a single HTML element, which allows for easy animation
329329
control.
330330

331-
For more on CSS animations, see the [Web Platform documentation][webplatform-animations].
331+
For more on CSS animations, see the [MDN web docs][mdn-animations].
332332

333333

334334
## Animating `ngClass` with JavaScript
@@ -561,4 +561,4 @@ There you have it! We have created a web application in a relatively short amoun
561561
[caniuse-css-transitions]: http://caniuse.com/#feat=css-transitions
562562
[jquery]: https://jquery.com/
563563
[jquery-animate]: https://api.jquery.com/animate/
564-
[webplatform-animations]: https://docs.webplatform.org/wiki/css/properties/animations
564+
[mdn-animations]: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations

0 commit comments

Comments
 (0)