-
Notifications
You must be signed in to change notification settings - Fork 52
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
🧪 [Experiment] MarqueeText #426
Comments
Semantics: forever versus infinite. |
@niels9001 Hi, I'm using this control in my project currently, |
Hi @Lightczx, sorry just saw your message when digging this up for someone else. Since there's a |
@michael-hawker Thanks for your response, is there any way to controls the initial state? |
@Avid29 should be able to shed light on this. I'm checking the code, and this functionality appears to be built-in via the @Avid29 When designing this, did you plan for the ability to pause/resume the Marquee, or to change its starting position? |
The In design I intended for the Marquee to not play until @Arlodotexe Should I release a patch? It's a technically a small breaking change. |
Approved from Discussion
#231
Problem Statement
At times text might not fit the screen - or you'd want to have a specific experience where text can be animated / looped, similar to what you'd commonly find in newsfeeds.
Overview
This experiment adds the following components:
Using
You can try it out via the NuGet Packages here:
Read more about Preview Packages here.
Code
Result
Documentation & samples
https://github.com/CommunityToolkit/Labs-Windows/tree/main/components/MarqueeText/samples
Additional info
No response
Implementation Requirements
Tested Platforms
Technical Review
Community Help?
None
The text was updated successfully, but these errors were encountered: