Selaa lähdekoodia

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

master
hristoterezov 8 vuotta sitten
vanhempi
commit
baad364b04
1 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  1. 3
    4
      css/_toolbars.scss

+ 3
- 4
css/_toolbars.scss Näytä tiedosto

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

Loading…
Peruuta
Tallenna