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;