Skip to content

Commit f022bef

Browse files
committed
Update README
1 parent f3471d8 commit f022bef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ In addition to these properties, all other standard React properites like `class
8282
`key`, etc. can be passed in as well and will be applied to the `<div>` that will
8383
be rendered by the `ScrollTrigger`.
8484

85+
* `component` - Node (Default: `div`)
86+
* `throttleResize` - Number (Default: `100`)
87+
* `throttleScroll` - Number (Default: `100`)
8588
* `triggerOnLoad` - Boolean (Default: `true`)
8689
* `onEnter` - Callback `({progress, velocity}, ref) => {}`
8790
* `onExit` - Callback `({progress, velocity}, ref) => {}`

0 commit comments

Comments
 (0)