py
01/08/2021, 12:10 AMjim
01/08/2021, 1:31 AMColton Idle
01/08/2021, 3:08 AMpy
01/08/2021, 5:19 PMWow, 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.