Просмотр исходного кода

fix(ui): reduce dialog transition in time to 150ms

David Hill 7 месяцев назад
Родитель
Сommit
c551f7e47b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ui/src/components/dialog.css

+ 1 - 1
packages/ui/src/components/dialog.css

@@ -139,7 +139,7 @@
   animation: contentHide 100ms ease-in forwards;
 
   &[data-expanded] {
-    animation: contentShow 200ms ease-out;
+    animation: contentShow 150ms ease-out;
   }
 }