From 5bebac42f995ec1a51ed99240b4d3625c330750f Mon Sep 17 00:00:00 2001 From: Ben Elliott <4996462+benelliott@users.noreply.github.com> Date: Mon, 29 Jul 2019 11:33:45 +0100 Subject: [PATCH] docs: change Angular Material Design to Material Design in animations guide (#31889) PR Close #31889 --- aio/content/guide/animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.