Fix Shop rotating images performances on Safari
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user