Yang03 / infinite-scrolling

react infinite-scroll marquee

Home Page:https://yang03.github.io/infinite-scrolling/example/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

react infinite-scroll marquee

https://yang03.github.io/infinite-scrolling/example/index.html


Languages

Language:JavaScript 89.8%Language:HTML 10.2%