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

fix vanishes of ticker on inactive tab #30

Closed goranurukalo closed 2 years ago

goranurukalo commented 3 years ago

Its fix for #29

This will fix when you combine it with some type of page visibility detector and when its inactive just set move={false} Everything should be in same place ( no more vanish )

AndreasFaust commented 2 years ago

Thank you!