From dd732eac502943530c272c1ea6e966a032c5ba0b Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Tue, 24 Mar 2020 11:13:38 +0100 Subject: [PATCH] Rich history: Improve animation (#22983) --- .../app/features/explore/RichHistory/RichHistoryContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/explore/RichHistory/RichHistoryContainer.tsx b/public/app/features/explore/RichHistory/RichHistoryContainer.tsx index 693e7d3328b..aa5251207d0 100644 --- a/public/app/features/explore/RichHistory/RichHistoryContainer.tsx +++ b/public/app/features/explore/RichHistory/RichHistoryContainer.tsx @@ -41,7 +41,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => { `, drawerActive: css` opacity: 1; - transition: transform 0.5s ease-in; + transition: transform 0.5s ease-out; `, drawerNotActive: css` opacity: 0;