Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maciejsiiminski opened this issue Feb 9, 2023 · 2 comments

Comments

@maciejsiiminski
Copy link

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
Copy link

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
Copy link

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants