Browse Source

Remove unprefixed and unused fadeIn animation

fixes #1115
Artur Paikin 6 years ago
parent
commit
537b2010f9
1 changed files with 0 additions and 16 deletions
  1. 0 16
      packages/@uppy/core/src/_utils.scss

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

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