Browse Source

Improved scroll and rendering performance by removing will-change

Caused too many composite layers slowing down the rendering process when loading big albums
Tobias Reich 8 years ago
parent
commit
0006b06c52
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/styles/_content.scss

+ 0 - 1
src/styles/_content.scss

@@ -60,7 +60,6 @@
 			box-shadow: 0 2px 5px black(.5);
 			border: 1px solid white(.5);
 			transition: opacity .3s ease-out, transform .3s ease-out, border-color .3s ease-out;
-			will-change: transform;
 		}
 
 		&:hover img,