deanhet / react-native-text-ticker

React Native Text Ticker/Marquee Component
MIT License
444 stars 75 forks source link

Is it possible to loop continuously without pausing? #78

Closed jhclaura closed 3 years ago

jhclaura commented 4 years ago

I want to achieve the effect of infinite text ticker scrolling, so I set the properties as below.

easing={Easing.linear}
isRTL={false}
loop
marqueeDelay={0}
repeatSpacer={50}

But there's still a slight pause when the ticker loops. Would it be possible to make it scroll continuously without pausing? Any advice appreciated, thank you!

Redseb commented 3 years ago

I don't think this library supports infinite looping without pausing but I would love to see this implemented in the future. I find that setting the repeatSpacer to 0 makes the looping seem smoother.