Update README.md

Add `swipePropagation`.
This commit is contained in:
Hyunje Alex Jun 2014-12-02 11:38:54 +00:00
parent febcaa3603
commit fae5c001d4

View File

@ -86,10 +86,12 @@ The scroll speed applied to mousewheel event.
**Default: 1** **Default: 1**
### wheelPropagation ### wheelPropagation
If this option is true, when the scroll reach the end of the side, mousewheel event will be propagated to parent element. If this option is true, when the scroll reaches the end of the side, mousewheel event will be propagated to parent element.
*Currently not supported for touch events*
**Default: false** **Default: false**
### swipePropagation
If this option is true, when the scroll reaches the end of the side, touch scrolling will be propagated to parent element.
**Default: true**
### minScrollbarLength ### minScrollbarLength
When set to an integer value, the thumb part of the scrollbar will not shrink below that number of pixels. When set to an integer value, the thumb part of the scrollbar will not shrink below that number of pixels.