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

docs(tutorial/14 - Animations): replace broken web platform docs link #16294

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/tutorial/step_14.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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