Переглянути джерело

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

j8
hristoterezov 9 роки тому
джерело
коміт
baad364b04
1 змінених файлів з 3 додано та 4 видалено
  1. 3
    4
      css/_toolbars.scss

+ 3
- 4
css/_toolbars.scss Переглянути файл

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
+}

Завантаження…
Відмінити
Зберегти