Browse Source

Removed unused transitions

Tobias Reich 8 years ago
parent
commit
a0fdea6c4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/styles/_imageview.scss

+ 1 - 1
src/styles/_imageview.scss

@@ -21,7 +21,7 @@
 		right: 30px;
 		bottom: 30px;
 		left: 30px;
-		transition: top .3s, right .3s, bottom .3s, left .3s, opacity .2s, transform .2s;
+		transition: top .3s, right .3s, bottom .3s, left .3s;
 		will-change: transform;
 
 		display: flex;