deanhet / react-native-text-ticker

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

Missing bounceDelay or something similar #62

Closed RWOverdijk closed 3 years ago

RWOverdijk commented 4 years ago

Right now the code ignores the marqueeDelay after the first bounce animation.

I'd like this to be configurable instead of it being hardcoded to 0.

It's a simple thing to do (so maybe tag as good first PR). If I run into this again in the future I'll pick it up.