You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interestingly the other place I use this further down the page doesnt have the same issue, so perhaps this is an error in userland, but i cant track it down.
The text was updated successfully, but these errors were encountered:
Perhaps I'm misunderstanding the prop or the goals of this library, but I'm looking to add marquee scroll to a horizontal list of items.
But, based on these few lines, it seems like the y positioning is still randomized?
https://github.com/mxmzb/react-marquee-slider/blob/master/src/Marquee.tsx#L140-L146
The result is that a couple of my child elements are at random y positions, while I want them to all be aligned as they are without the Marquee.
before:
with marquee
Am I misunderstanding something here?
I've got this on a deploy preview here -https://603fb29b59591d0008953720--osso.netlify.app/
Interestingly the other place I use this further down the page doesnt have the same issue, so perhaps this is an error in userland, but i cant track it down.
The text was updated successfully, but these errors were encountered: