deanhet / react-native-text-ticker

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

When changing text from long to short for a second instance of text flashes #122

Open maciejsiiminski opened 1 year ago

maciejsiiminski commented 1 year ago

I have a component that presents information about a program in which I used TextTicker to auto scroll the title of the program. When the title changes from the long one that needs scrolling to a short one the second instance of the title flashes for a second. It is a small cosmetic error but still it is kind of annoying. Does anyone know how to fix such an issue?

I'm using version 1.14.0

mamartin commented 5 months ago

i had issue on Android that text was flashing out of its container when scrolling and i resolved it using transparent border:

borderWidth: 1
borderColor: 'transparent',
aminhdev commented 3 days ago

i had issue on Android that text was flashing out of its container when scrolling and i resolved it using transparent border:

borderWidth: 1
borderColor: 'transparent',

I got the same problem but this way is not working for me :(