From fae5c001d4bf0c048a7958311e0aad5f387f3080 Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Tue, 2 Dec 2014 11:38:54 +0000 Subject: [PATCH] Update README.md Add `swipePropagation`. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6730273..18e0eff 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,12 @@ The scroll speed applied to mousewheel event. **Default: 1** ### wheelPropagation -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* +If this option is true, when the scroll reaches the end of the side, mousewheel event will be propagated to parent element. **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 When set to an integer value, the thumb part of the scrollbar will not shrink below that number of pixels.