-
I'd like to not reset the Marquee Label back to the starting point after modifying the text, but I can't do it.
|
Beta Was this translation helpful? Give feedback.
Answered by
cbpowell
Jul 31, 2023
Replies: 1 comment 1 reply
-
Hi! Unfortunately that’s not currently possibly with the default functionality. Part of the reason I never implemented it is because it is because the scroll animation timing and positioning is inherently dependent on the width/length of the label, which is a function of the label string. That means modifying in-flight animations and covering edge cases, and I’ve never had the time to take that on. It’s not impossible to make it work though I don’t think, but it would probably take some changes to make it work well! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cbpowell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Unfortunately that’s not currently possibly with the default functionality.
Part of the reason I never implemented it is because it is because the scroll animation timing and positioning is inherently dependent on the width/length of the label, which is a function of the label string. That means modifying in-flight animations and covering edge cases, and I’ve never had the time to take that on.
It’s not impossible to make it work though I don’t think, but it would probably take some changes to make it work well!