Replies: 1 comment 1 reply
-
Alternatively, you can override the styles in the css file + !important |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Swiper 7.4.1. By default slides are switching by changing style attribures: opacity and transform.
Is there a way to disable that behavior? I want only css classes to change on slide change. And no style attribute on slides at all.
Now:
<li class="main-slider__item swiper-slide swiper-slide-visible swiper-slide-active" style="width: 881px; opacity: 1; transform: translate3d(0px, 0px, 0px); transition-duration: 0ms;">
I need this:
<li class="main-slider__item swiper-slide swiper-slide-visible swiper-slide-active">
Beta Was this translation helpful? Give feedback.
All reactions