From c9323272c604c32b1333b2d35100c05756566c95 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 27 Mar 2013 21:27:52 +0100 Subject: [PATCH] Add a tiny delay before sliding down the Header, so that it doesn't start sliding when it's in our path but not our destination. --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 2df8eae0d..b591d90e0 100644 --- a/css/style.css +++ b/css/style.css @@ -113,8 +113,8 @@ a[href="javascript:;"] { display: flex; padding: 3px 4px 4px; position: relative; - -webkit-transition: all .1s ease-in-out; - transition: all .1s ease-in-out; + -webkit-transition: all .1s .05s ease-in-out; + transition: all .1s .05s ease-in-out; } #board-list { -webkit-flex: 1;