Updated How does it work (markdown)
parent
a1788a4ee6
commit
d443ea72ca
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ The slight difference is, the selector lasso helper can't be pulled outside of t
|
||||||
|
|
||||||
# Initializing selectableScroll on the container
|
# 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
|
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
|
scrollSnapY: 5, // When the selection is that pixels near to the side edges, start to scroll
|
||||||
|
|
Loading…
Reference in a new issue