How to implement a list view slide up stagger animation?
-
wrote on 5 Apr 2023, 10:05 last edited by
Hello, I am trying to implement a populate animation similar to the one shown here:
I am having difficulties finding the right combination of property changes to make this happen. It is clear that the items need to start at a position lower than their y position and then move to their expected y position while also animating the opacity in conjunction with a pause animation.
Unfortunately all that I have tried simply makes the items slide in from the top of the list view to their expected positions.
Any ideas on how this could be implemented? Thanks for any help that can be provided.
1/1