diff --git a/README.md b/README.md index 3dc8814..61a1fed 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple React component for smoothy full-page scolling. -### New beta version 2.0.6-beta released!!! +### New beta version 2.0.10-beta released!!! ### Demo @@ -40,16 +40,17 @@ Example is in demo/src. | Property | Type | Description | Default Value | | ------------- | ---- | ----------- | ------- | | animationTimer | number | Animation duration in milliseconds | 1000 | +| animationTimerBuffer | number | Animation buffer timing | 200 | | blockScrollUp | bool | block scroll up | false | | blockScrollDown | bool | block scroll down | false | | containerHeight | number/string | height of react-page-scroller element | 100vh | | containerWidth | number/string | width of react-page-scroller element | 100vw | | customPageNumber | number | external selected page, number of pages should start from 0, should be combined with pageOnChange usage (see example in demo/src/FullPage.js for more information). This prop was introduced as a replacement for "goToPage" method from legacy version | | -| handleScrollUnavailable | function | callback, is calling when someone tries to scroll over last or first child component | | -| pageOnChange | function | callback after page was scrolled | | | renderAllPagesOnFirstRender | bool | flag for render all pages at first render of component | | | transitionTimingFunction | String | CSS transition timing function name | ease-in-out | -| animationTimerBuffer | number | Animation buffer timing | 200 | +| handleScrollUnavailable | function | callback, is calling when someone tries to scroll over last or first child component | | +| onBeforePageScroll | function | callback before page scroll occured | | +| pageOnChange | function | callback after page was scrolled | | ## Dependencies