docs: change Angular Material Design to Material Design in animations guide (#31889)

PR Close #31889
This commit is contained in:
Ben Elliott 2019-07-29 11:33:45 +01:00 committed by Andrew Kushnir
parent cbcbe23fd1
commit 5bebac42f9
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ The third argument, `easing`, controls how the animation [accelerates and decele
<div class="alert is-helpful">
**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.
</div>
This example provides a state transition from `open` to `closed` with a one second transition between states.