AndreasFaust / react-ticker

React Ticker is a lightweight, performant React component, that moves text, images and videos infinitely like a newsticker.
https://andreasfaust.github.io/react-ticker/
288 stars 50 forks source link

When using chain with dynamic elements, the first element overlaps with the last element #64

Open nicoladj77 opened 2 years ago

nicoladj77 commented 2 years ago

Seen in the image below

                <Ticker offset="run-in" direction={direction} move={move} mode="chain">
                    {children}
                </Ticker>

image