From 0006b06c526523c71855f0e5687aaf9cf533c736 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 10 Apr 2016 16:44:19 +0200 Subject: [PATCH] Improved scroll and rendering performance by removing will-change Caused too many composite layers slowing down the rendering process when loading big albums --- src/styles/_content.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/_content.scss b/src/styles/_content.scss index 07ecaca..70423fe 100644 --- a/src/styles/_content.scss +++ b/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,