I'm facing an issue which the carousel item are getting blurry after clicking prev/next arrows. It happened where the carousel items are more than 100++, it will getting more blurry if your items are more and more.
Example/Demo: https://codepen.io/kchkch/pen/OJbJbem
Me too.
As you add new images to the carousel, the transition becomes increasingly blurred.
Same issue with me. Seems to only be happening on Chrome. I used "roundLengths", but doesn't work.
I was able to remove the problem by adding this hack to my global styles.
.swiper-slide {
-webkit-backface-visibility: hidden;
}
Lame :/
@opiepj i had the same issue and your fix worked! I had this issue with the swiper-react version too. il try and submit a PR if i have some time but this is a good workaround for now :)
馃憤 on the issue, 馃憤 on @opiepj, 馃槩 on @nolimits4web closing the PR without a good alternative.
Most helpful comment
I was able to remove the problem by adding this hack to my global styles.
Lame :/