From e16fa1ccc7e1f053f4ff696d24ee6d4bbfd35a6a Mon Sep 17 00:00:00 2001 From: Denis Saripov <74184888+saripovdenis@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:58:40 +0100 Subject: [PATCH] fix(Toaster): reveal animation lag (#1927) --- src/components/Toaster/ToastList/ToastAnimation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Toaster/ToastList/ToastAnimation.scss b/src/components/Toaster/ToastList/ToastAnimation.scss index d996186453..3d510b346d 100644 --- a/src/components/Toaster/ToastList/ToastAnimation.scss +++ b/src/components/Toaster/ToastList/ToastAnimation.scss @@ -59,6 +59,7 @@ $animation-duration: 0.6s; @include hidden-toast-move($platform); } 100% { + @include visible-toast-height; @include visible-toast-move; } }