Fix Shop rotating images performances on Safari

This commit is contained in:
2022-09-26 21:27:22 +02:00
parent 95611d7c07
commit 4e4492e465

View File

@@ -38,7 +38,7 @@
width: 100%;
height: 100%;
opacity: 0;
transform: scale3d(1.075, 1.075, 1.075);
transform: scale(1.075);
transition: opacity 0.8s, transform 1.6s var(--ease-quart);
}
:global(img) {
@@ -47,7 +47,7 @@
:global(.is-visible) {
opacity: 1;
transform: scale3d(1,1,1);
transform: scale(1);
}
:global(img) {