jeff
11/16/2022, 8:09 PMimages.forEach { Img(image.url, ...) }
Now, I change images, and get a recomposition. What's the recommended way to make the Img
s slide into their new position instead of instantly popping? I tried adding some css transitions but no luck.Oleksandr Karpovich [JB]
11/17/2022, 9:19 AM