jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)

Home Page:http://jakiestfu.github.io/Snap.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snapper.trigger('start');

axul opened this issue · comments

Is there a way to manually trigger the startevent? 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 startevent when trying to swipe when reaching scrollLeft 0