Hello guys. How do I implement marquee on a text c...
# compose
j
Hello guys. How do I implement marquee on a text composable. In XML, the TextView has an attribute
ellipsize="marquee"
marqueeRepeatLimit="marquee_forever"
How do i achieve this in my compose Text()
j
Thanks
z
It’s still experimental, API feedback welcome