Improved scroll and rendering performance by removing will-change

Caused too many composite layers slowing down the rendering process when loading big albums
pull/517/merge
Tobias Reich 8 years ago
parent 96a3524168
commit 0006b06c52

@ -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,

Loading…
Cancel
Save