diff --git a/aio/content/guide/animations.md b/aio/content/guide/animations.md index 5222cf7556..9e68842642 100644 --- a/aio/content/guide/animations.md +++ b/aio/content/guide/animations.md @@ -128,7 +128,7 @@ The third argument, `easing`, controls how the animation [accelerates and decele
-**Note:** See the Angular Material Design website's topic on [Natural easing curves](https://material.io/design/motion/speed.html#easing) for general information on easing curves. +**Note:** See the Material Design website's topic on [Natural easing curves](https://material.io/design/motion/speed.html#easing) for general information on easing curves.
This example provides a state transition from `open` to `closed` with a one second transition between states.