Replies: 1 comment 1 reply
-
|
Hello @thany! This is not an issue. When using the Under normal conditions (e.g., However, with the To ensure autoplay works properly with Example: <div class="swiper-slide">
<div class="swiper-slide-transform">
<img
class="image-slide"
src="https://picsum.photos/seed/loremipsum/720/720"
alt="image"
/>
</div>
</div>This works correctly in my case and should also work with other effects that rely on virtual transitions, such as the creative effect. It might be worth clarifying this behavior in the official Swiper documentation, as this detail is not clearly described there. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
...but only when using modules. I can't reproduce it by forking the demos, so I'm not allowed to create an issue as a result. While that's kinda naff and probbly needs addressing, in the mean time, I'm still looking for a solution. Here's my code:
Nothing exotic.
What happens after loading the page:
That's it. It never goes to the third slide. It also doesn't apply the fade effect. It only applies the fade effect when the user is interacting with the swiper.
But when I fork a demo and try to reproduce it, it works fine. And to answer the question "what happens if you import from
swiper/bundleand not care about modules?": Same problem.All other swiper functionality, that I can tell, is working fine. So it's not like I'm doing something fundamentally wrong, I don't think.
Beta Was this translation helpful? Give feedback.
All reactions