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
Autoplay sometimes stops even when the mouse is not over the Swiper container
Actual Behavior
Autoplay should be behaving as expected:
The delay between slides should be always the same
Autoplay must stop only when the mouse is over the Swiper container
The text was updated successfully, but these errors were encountered:
mrleemon
changed the title
Issue when using disableOnInteraction: false and pauseOnMouseEnter: true
Issue when using disableOnInteraction: true and pauseOnMouseEnter: true
May 22, 2021
What You Did
I set a slider with:
disableOnInteraction: true
andpauseOnMouseEnter: true
This is the full init code:
Expected Behavior
Autoplay is behaving strangely;
Actual Behavior
Autoplay should be behaving as expected:
The text was updated successfully, but these errors were encountered: