From e7bf2f9122814152be787288163ec1dcb89ba754 Mon Sep 17 00:00:00 2001 From: simurai Date: Wed, 17 Jul 2019 10:48:23 +0900 Subject: [PATCH] Mention both animation modifiers --- pages/css/components/toasts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/css/components/toasts.md b/pages/css/components/toasts.md index b8933bae..42273595 100644 --- a/pages/css/components/toasts.md +++ b/pages/css/components/toasts.md @@ -123,7 +123,7 @@ Include a link to allow users to take actions within a Toast. ## Toast animation -The toast will animate in and out from the bottom left of the viewport. +The `Toast--animateIn` and `Toast--animateOut` modifier classes can be used to animate the toast in and out from the bottom. ```html title="Toast animating"