Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-wessel committed Oct 1, 2015
1 parent 4fc7136 commit 3783114
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ class App extends Component {
* `values`: (Object) Values about the current position
* `values.top`: (Number) scrollTop progess, from 0 to 1
* `values.left`: (Number) scrollLeft progess, from 0 to 1
* `clientWidth`: (Number) width of the view
* `clientHeight`: (Number) height of the view
* `scrollWidth`: (Number) native scrollWidth
* `scrollHeight`: (Number) native scrollHeight
* `scrollLeft`: (Number) native scrollLeft
* `scrollTop`: (Number) native scrollTop
* `values.clientWidth`: (Number) width of the view
* `values.clientHeight`: (Number) height of the view
* `values.scrollWidth`: (Number) native scrollWidth
* `values.scrollHeight`: (Number) native scrollHeight
* `values.scrollLeft`: (Number) native scrollLeft
* `values.scrollTop`: (Number) native scrollTop
* **The following properties expect a react element to be returned. You can customize the element to your needs.**
* `scrollbarHorizontal`: (Function) Horizontal scrollbar element
* `scrollbarVertical`: (Function) Vertical scrollbar element
Expand Down

0 comments on commit 3783114

Please sign in to comment.