glider-slide-visible
and glider-slide-hidden
events only fire with scrollLock
#66
Labels
glider-slide-visible
and glider-slide-hidden
events only fire with scrollLock
#66
glider-js exposes two events,
glider-slide-visible
andglider-slide-hidden
which fire when a slide is visible or hidden respectively. On the glider-js package, these fire in all the following three cases:scrollLock: true
On the react-glider project, the first scenario does not fire any events.
⚠ Horizontal scrolling (touch or mouse)
✅ Horizontal scrolling (touch or mouse) with
scrollLock: true
✅ Clicking on the dots
The text was updated successfully, but these errors were encountered: