Procházet zdrojové kódy

Merge pull request #1084 from jitsi/toolbar_animation

fix(Toolbar): Both toolbars are displayed in the same time
master
yanas před 8 roky
rodič
revize
40473a16c7
1 změnil soubory, kde provedl 3 přidání a 4 odebrání
  1. 3
    4
      css/_toolbars.scss

+ 3
- 4
css/_toolbars.scss Zobrazit soubor

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

Načítá se…
Zrušit
Uložit