Browse Source

Removed unused animation

Tobias Reich 8 years ago
parent
commit
93a006600c
1 changed files with 0 additions and 12 deletions
  1. 0 12
      src/styles/_animations.scss

+ 0 - 12
src/styles/_animations.scss

@@ -65,18 +65,6 @@
 	}
 }
 
-// PopIn -------------------------------------------------------------- //
-@keyframes popIn {
-	0% {
-		opacity: 0;
-		transform: scale(0);
-	}
-	100% {
-		opacity: 1;
-		transform: scale(1);
-	}
-}
-
 // Pulse -------------------------------------------------------------- //
 @keyframes pulse {
 	0% {