Explorar el Código

fix(Toolbar): Both toolbars are displayed in the same time

master
hristoterezov hace 8 años
padre
commit
baad364b04
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3
    4
      css/_toolbars.scss

+ 3
- 4
css/_toolbars.scss Ver fichero

@@ -274,11 +274,10 @@ a.button>#avatar {
274 274
 /**
275 275
  * START of fade in animation for main toolbar
276 276
  */
277
-
278 277
 .fadeIn {
279
-    @include animation('fadeIn .3s forwards');
278
+    @include animation('fadeIn .3s linear .2s forwards');
280 279
 }
281 280
 
282 281
 .fadeOut {
283
-    @include animation('fadeOut .3s forwards');
284
-}
282
+    @include animation('fadeOut .5s linear forwards');
283
+}

Loading…
Cancelar
Guardar