1.0.2 • Published 5 years ago

infinite-scrolling v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

react-infinite-scroll

A infinite scroll element implementation in React using css animation

Props

direction

left|right|up|down | defaults to left

Controls the scroll direction.

duration

number | defaults to 10

Set the animation duration

mouserOver

function | defaults to null

mouseOver scroll stop, callback

mouserOut

function | defaults to null

mouseOver scroll running, callback