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
{{ message }}
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.
Hey @AndreasFaust
Thanks for putting this neat little library together. Im finding it super useful.
I'm prototyping something and I've created to strips of content using react ticker. One of them animates to the left and one to the right
Here's a Codesandbox: https://codesandbox.io/s/react-ticker-bug-igjc8?file=/src/App.js
Notice how on the second strip, the going using
direction="toRight"
the first item is stuck, as if it's position fixed.It only happened when I added enough content though, so Im not really sure what is causing it.
Do you have any ideas?
I wonder if it's a calculation issue with the library or something Im doing wrong?
Many thanks!
The text was updated successfully, but these errors were encountered: