-
Notifications
You must be signed in to change notification settings - Fork 47
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
No animation after any update with short text. #17
Comments
@pmark did you ever find a solution for this issue? |
I am also facing same issue in SwiftUI. Please let me know anyone know solution for this. |
@joekndy Please let me know if you have any solution for this. Thanks. |
Here's what that bot thing says: https://chat.openai.com/share/806a8993-2ccf-4ad8-ab72-663b0dcbb5e1 |
https://github.com/Rex-xingjl/MarqueeText Hey guys, I think this will help you. PPMarqueeText(text: "some title", font: .systemFont(ofSize: 13))
.foregroundColor(.black)
.lineLimit(1)
.frame(maxWidth: .infinity, idealHeight: 20, alignment: .leading) |
I tried your solution but it does not fix the problem |
Steps to reproduce:
The text was updated successfully, but these errors were encountered: