Snap.js
Snap.js copied to clipboard
snapper.trigger('start');
Is there a way to manually trigger the start
event? I have an horizontal scrolling div, and I'm trying to drag the snapper out when the scrollLeft is 0, but disable the snapper if the div is scrolled. this way I can slide through my div normally unless I reach scrollLeft 0.
I though of triggering the start
event when trying to swipe when reaching scrollLeft 0