Add help text for wheelPropagation option.
This commit is contained in:
parent
f8759f713c
commit
6fa5f198e2
@ -79,8 +79,10 @@ The scroll speed applied to mousewheel event.
|
|||||||
|
|
||||||
### 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 reach the end of the side, mousewheel event will be propagated to parent element.
|
||||||
|
*Currently not supported for touch events*
|
||||||
**Default: false**
|
**Default: false**
|
||||||
|
|
||||||
|
|
||||||
### 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.
|
||||||
**Default: null**
|
**Default: null**
|
||||||
|
Loading…
Reference in New Issue
Block a user