infinite-scrolling
v1.0.2
Published
A infinite scroll element implementation in React using css animation
Downloads
14
Readme
react-infinite-scroll
A infinite scroll element implementation in React using css animation
Props
direction
left|right|up|down
| defaults toleft
Controls the scroll direction.
duration
number
| defaults to10
Set the animation duration
mouserOver
function
| defaults tonull
mouseOver scroll stop, callback
mouserOut
function
| defaults tonull
mouseOver scroll running, callback