Improved scroll and rendering performance by removing will-change

Caused too many composite layers slowing down the rendering process when loading big albums
This commit is contained in:
Tobias Reich 2016-04-10 16:44:19 +02:00
parent 96a3524168
commit 0006b06c52

View File

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