From 6fa5f198e248fedab7bcacacb4bf38bec87791fb Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Sat, 5 Jul 2014 18:01:24 +0100 Subject: [PATCH] Add help text for wheelPropagation option. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10713dd..96cbbe4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ To make this plugin *perfect*, some requirements were not avoidable. But they're The requirement below is for perfect-scrollbar <= 0.3.4 * there must be the *one* content element(like div) for the container. - + Optional parameters ------------------- @@ -79,8 +79,10 @@ The scroll speed applied to mousewheel event. ### 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* **Default: false** + ### minScrollbarLength When set to an integer value, the thumb part of the scrollbar will not shrink below that number of pixels. **Default: null**