You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing a bit of an issue with pauseOnMouseEnter.
Some info about my env:
MacOS
Swiper version: "swiper": "^7.4.1",
I am using the React Swiper
So I have a slider that auto-slides some logos, typical marquee style.
What I want to do is, pause the slider when its hovered and resume when mouse leaves the slider. Pretty standard functionality.
Problem
Whenever I hover the slider, it doesn't pause immediately. It takes has some delay(seems random time for me) and then it pauses. My only assumption is that it waits for the next slide to be fully visible before it pauses, but as you can imagine that defeats the purpose for me.
Here is a small screen recording of it:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am facing a bit of an issue with
pauseOnMouseEnter
.Some info about my env:
"swiper": "^7.4.1",
So I have a slider that auto-slides some logos, typical marquee style.
What I want to do is, pause the slider when its hovered and resume when mouse leaves the slider. Pretty standard functionality.
Problem
Whenever I hover the slider, it doesn't pause immediately. It takes has some delay(seems random time for me) and then it pauses. My only assumption is that it waits for the next slide to be fully visible before it pauses, but as you can imagine that defeats the purpose for me.
Here is a small screen recording of it:
Screen.Recording.2022-01-26.at.16.43.47.mov
Component
Any ideas what the cause of the issue is? Is someone aware of a workaround?
Beta Was this translation helpful? Give feedback.
All reactions