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
glider-slide-visible fires whenever a slide is visible in the glider. This works correctly in most cases, however when the slidesToShow is set to 1, the event doesn't fire when scrolling (using a touchpad or touch device) while it fires when using the dots or arrows.
glider-slide-visible
fires whenever a slide is visible in the glider. This works correctly in most cases, however when theslidesToShow
is set to 1, the event doesn't fire when scrolling (using a touchpad or touch device) while it fires when using the dots or arrows.Reproducible Example
https://codesandbox.io/s/glider-js-glider-slide-visible-mlb6w2
Code
Expected Outcome
It is expected that
glider-slide-visible
would fire similarly to whenslidesToShow !== 1
.The text was updated successfully, but these errors were encountered: