Can i bypass translateZ property in cube effect? #5114
Unanswered
bilalmalkoc
asked this question in
Q&A
Replies: 3 comments 1 reply
-
If you remove translateZ then "Cube" will be like 1.5x times enlarged, due to same Safari bug |
Beta Was this translation helpful? Give feedback.
1 reply
-
I really need a solution for this problem :) any good news about this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is issue with Safari, not in Swiper |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cube effect adding transform style for swaper-wrapper class. But it causes some bugs for ios. I think i can fix it by set translateZ value to zero. I mentioned here #5081
Change this
transform: translate3d(0px, 0px, -187.5px) rotateX(0deg) rotateY(0deg);
To this
transform: translate3d(0px, 0px, 0) rotateX(0deg) rotateY(0deg);
Will this be useful? Or maybe there is a better way to fix that.
Beta Was this translation helpful? Give feedback.
All reactions