react-double-marquee icon indicating copy to clipboard operation
react-double-marquee copied to clipboard

A React marquee component that smoothly loops content.

Results 15 react-double-marquee issues
Sort by recently updated
recently updated
newest added

I was trying to create a marquee that spanned the full page width and displayed announcements, but whenever the text got too short (i.e. too few characters). The marquee would...

bug
enhancement
help wanted
good first issue

I added 'onMouseEnter' to set speed to 0.03 and onMouseLeave to set speed to 0 (There was already a hover request before me). I would have loved it if we...

Any way to pause the scroll on hover?

enhancement
help wanted
good first issue

When I set scrollWhen to overflow I want the text to be centered, but there is an extra span that cannot be centered. `` If display:none this span, overflow cannot...