Преглед на файлове

ux: sidemenu animation duration

Torkel Ödegaard преди 8 години
родител
ревизия
4e66fd72d3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      public/sass/components/_sidemenu.scss

+ 1 - 1
public/sass/components/_sidemenu.scss

@@ -52,7 +52,7 @@
       // important to overlap it otherwise it can be hidden
       // again by the mouse getting outside the hover space
       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;
     }
   }