-
Notifications
You must be signed in to change notification settings - Fork 110
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
Marquee Widget speed - feature request #153
Comments
Note, I've tried setting the box bigger so it has longer to scroll but there is a breaking point where there is a long break between the text showing up because of empty frames. before and after the text. Still a little flimsy, having a native option would be less error prone and give a better experience
|
I've found that adding a delay parameter to the root will change the speed of the scroll. Here's an example:
A couple things to be aware of:
Haven't dug super deep into the Marquee code so not sure why this happens, but this is what works in my project and I hope it works in yours too! |
Just some notes here: The delay value is in milliseconds. I guess if the animation speed is faster than the TidByt refresh rate (just a wild guess), it might break the app cycling. |
I'm not sure if this is exactly the best place to put this, happy to put this anywhere needed.
It's difficult to include a screenshot for this but I noticed when I use the
Marquee
widget, especially invertical mode
that it scrolls so fast I can barely make out what it says. A possible feature request would be to allow fine-tuning the speed of the marquee to make it easier to read.I'm not sure exactly how to do it or I would open a PR for this, but I can imagine the issue is the number of frames used is too low when its animated? Any help would be appreciated!
The text was updated successfully, but these errors were encountered: