Marquee is supported now????? :open_mouth: I've b...
# compose
a
Marquee is supported now????? 😮 I've been trying to come up with a way to do it properly and it's finally a real thing!
👌 1
r
It is indeed
And it’s not text specific
a
That's pretty awesome 😎
I'm looking forward to using it later tonight!
d
Is that the scrolling from left to right animation thing?
a
Yes, for overflowing UI that doesn't fit
d
Oh sweet! Do you have a link to the docs for it?
d
OH MAN!
Thanks! This is awesome!!
You know you work for a big company when you can get the time to do major refactors lol.
Looking forward to the Modifiers refactors.
a
I work for a big company but don't have the time for the refactors like this 🤣🤣
d
Ok fair enough.
a
Tons of tech debt
d
I admit my statement is erroneous lol
a
I.e. the whole react native app!
d
• AndroidView is now reusable in LazyList if you provide an optional onReset lambda. This improvement lets you use complex non-Compose-based Views inside LazyLists.
This is a really nice inter-op touch.
@romainguy @George Mount Great work on the
Color.lerp
work.
r
That’s all George
d
True but you did review it.
r
My own contribution is coming in 1.5 😄
d
OHHH
I’m just grateful the team let me merge something, I miss writing code 🙂
d
Woah, this code is so over my head lol. I am glad you guys get to write this stuff, it’s no joke. I probably would have used some sort of recursive descent parser to do this and wound up with a bunch of un-needed classes.
I feel like I am reading something a university prof wrote.
r
The fast float parsing is ported from a C++ library. The rest was actually removing classes and steps and parse everything in one iteration instead of 3
g
@romainguy Teamwork!
d
Makes the dream work!
m
(I had to search Marquee html to see the effect lol)