瀏覽代碼

Remove unprefixed and unused fadeIn animation

fixes #1115
Artur Paikin 6 年之前
父節點
當前提交
537b2010f9
共有 1 個文件被更改,包括 0 次插入16 次删除
  1. 0 16
      packages/@uppy/core/src/_utils.scss

+ 0 - 16
packages/@uppy/core/src/_utils.scss

@@ -23,19 +23,3 @@
   border: 0;
   border: 0;
   color: inherit;
   color: inherit;
 }
 }
-
-// Animations
-
-@keyframes fadeIn {
-  0% {
-    opacity: 0;
-  }
-
-  25% {
-    opacity: 1;
-  }
-
-  100% {
-    opacity: 0;
-  }
-}