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:
parent
96a3524168
commit
0006b06c52
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user