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

The vertical properties "up" and "down" are really difficult to use.

Open hsyfee opened this issue 2 years ago • 3 comments

The vertical direction property is achieved by rotating 90 degrees, causing difficulties in positioning elements if scrolling effect is implemented within the area. Could you abandon the method of rotating 90 degrees and achieve vertical scrolling within the area solely based on the height of the outer element of the marquee component?

hsyfee avatar Dec 01 '23 09:12 hsyfee

I am suffering from that as well, I have an enormous amount of weird bugs when I'm trying to make the marquee 100% height

platonlukyanov avatar Dec 03 '23 10:12 platonlukyanov

i find https://github.com/devnomic/marquee , it solve this problem

xixihhhh avatar Jun 24 '24 06:06 xixihhhh