How to implement scrolling text in my application?

I would like to add a scrolling text in my kodular application, similar to thetag in HTML. How should I write the code or do I have a plugin that implements this feature? I tried to achieve this feature by changing the length and alignment of the labels, but I couldn’t achieve the effect of displaying half a letter while the other half is outside, and it would adaptively display as multiple lines. Thank you
(This is the translation result, there may be some inaccurate wording)


I want to achieve this effect ↑

It’s the marquee tag.

What about doing a search in the community?

https://community.kodular.io/search?context=topic&context_id=258786&q=Marquee%20&skip_context=true

See also

Taifun

Thank you for your reply! I will search first next time, thank you!