Scrolling continuously without user interaction

464 views Asked by At

Is there a way to scroll ScrollView programmatically to achieve an animation similar to ticker shown below?

the truax ticker

So far I have tried using scrollToOffset with setInterval but the animation looks laggy (due to the animation completion duration and interval firing speed). It would be helpful to know when scroll is about to finish, or calling a callback function when scrollToOffset is completed. But neither of them seems to be possible.

1

There are 1 answers

0
Thijs On

Maybe take a look at react-native-text-ticker? It doesn't use FlatList but it has a nice animated text scroll.