react-double-marquee
react-double-marquee copied to clipboard
A React marquee component that smoothly loops content.
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...
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...
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...