Sorry for the dump of messages :slightly_smiling_f...
# compose-desktop
p
Sorry for the dump of messages 🙂 All this hacking of the past few days led to a new demo: https://twitter.com/Piwai/status/1347334496442478592
🎉 14
j
Wow, it even animates the children when it opens.
c
py is my hero
p
Wow, it even animates the children when it opens.
Yeah and that’s a giant hack, I haven’t figured a proper way but maybe just need to wait for a good code sample that does this well. Basically I wrap the items in AnimatedVisibility, the new items are added with visible false and I start a coroutine that changes visible to true after 100ms.