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.
This commit is contained in:
Nicolas Stepien 2013-03-27 21:27:52 +01:00
parent 9fe9dbe3e0
commit c9323272c6

View File

@ -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;