Updated How does it work (markdown)

László Károlyi 2013-03-31 18:00:47 -07:00
parent a1788a4ee6
commit d443ea72ca

@ -9,7 +9,7 @@ The slight difference is, the selector lasso helper can't be pulled outside of t
# Initializing selectableScroll on the container
3. Initialize the selectable on the parent container of selectables (which is mostly a scrollable div). Options are the same to the original ui-selectable, extended with these (copied from source):
3. Initialize the selectable on the parent container of selectables (the scrollable element). Options are the same to the original ui-selectable, extended with these (copied from source):
```
scrollSnapX: 5, // When the selection is that pixels near to the top/bottom edges, start to scroll
scrollSnapY: 5, // When the selection is that pixels near to the side edges, start to scroll