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
Platform/Target and Browser Versions: Windows 10, Google Chrome
What You Did
pauseOnMouseEnter: true does not properly resume playback after mouseout event. Instead, after a single slide change autoplay does not continue. You can mimic this bug by setting autoplay delay to something small and hovering over and out of the container (see example below).
What You Did
https://stackblitz.com/edit/swiper-demo-1-default-zbgvp7?file=index.htmlpauseOnMouseEnter: true
does not properly resume playback after mouseout event. Instead, after a single slide change autoplay does not continue. You can mimic this bug by setting autoplay delay to something small and hovering over and out of the container (see example below).Expected Behavior
Autoplay should resume normally after mouseout when
pauseOnMouseEnter
is true.Actual Behavior
Autoplay is disabled after a single slide change.
The text was updated successfully, but these errors were encountered: