You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/API.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
*`fallbackScrollbarWidth`: _(number)_ Number of pixels that will be treated as scrollbar width if automated scrollbar width detection will fail. _This parameter used on mobiles, because scrollbars there has an absolute positioning and can't be measured.__(default: 20)_
8
8
*`minimalThumbsSize`: _(number)_ Minimal size of thumb in pixels _(default: 30)_
9
9
*`rtl`: _(boolean)_ Override the direction style parameter _(default: undefined)_
10
+
*`momentum`: _(boolean)_ Whether to use momentum scrolling on iOS _(default: true)_
10
11
*`noScroll`: _(boolean)_ Disable both vertical and horizontal scrolling _(default: false)_
0 commit comments