justin-chu / react-fast-marquee

A lightweight React component that harnesses the power of CSS animations to create silky smooth marquees.
https://react-fast-marquee.com
MIT License
1.2k stars 97 forks source link

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

Open hsyfee opened 10 months ago

hsyfee commented 10 months ago

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?

platonlukyanov commented 10 months ago

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

xixihhhh commented 3 months ago

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