ux: sidemenu animation duration

This commit is contained in:
Torkel Ödegaard 2017-08-17 15:36:50 +02:00
parent d4a231fe09
commit 4e66fd72d3

View File

@ -52,7 +52,7 @@
// important to overlap it otherwise it can be hidden // important to overlap it otherwise it can be hidden
// again by the mouse getting outside the hover space // again by the mouse getting outside the hover space
left: $side-menu-width - 2px; left: $side-menu-width - 2px;
@include animation('dropdown-anim 100ms ease-in-out 100ms forwards'); @include animation('dropdown-anim 150ms ease-in-out 100ms forwards');
z-index: 1; z-index: 1;
} }
} }