We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a78e34 commit 50a552eCopy full SHA for 50a552e
docs/API.md
@@ -111,6 +111,12 @@ Otherwise it will be detected automatically for the **content** element regardle
111
**`scrollDetectionThreshold`** _`number`_ = 100
112
Amount of seconds after which scrolling will be treated as completed and `onScrollStop` callback called.
113
114
+**`scrollLeft`** _`number`_
115
+Content's scrollLeft value
116
+
117
+**`scrollTop`** _`number`_
118
+Content's scrollTop value
119
120
**`style`** `object`
121
Additional styles for the holder _(or content in case of native mode)_ element.
122
0 commit comments