From 1e38e70987dced28f6022dc821c1bad2de4d77e8 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 1 Jan 2018 11:58:35 -0800 Subject: [PATCH] Delay toolbar visibility a bit --- app/components/Editor/components/Toolbar/Toolbar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/Editor/components/Toolbar/Toolbar.js b/app/components/Editor/components/Toolbar/Toolbar.js index f3123adb..27dd6651 100644 --- a/app/components/Editor/components/Toolbar/Toolbar.js +++ b/app/components/Editor/components/Toolbar/Toolbar.js @@ -167,6 +167,7 @@ const Menu = styled.div` transform: scale(0.95); transition: opacity 150ms cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1.275); + transition-delay: 250ms; line-height: 0; height: 40px; min-width: 260px;