-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I'm using you library with an animated list and I'm also aiming to animate the initial items rendering.
I noticed that when using getUpdatesWithData and comparing an initial empty list with some incoming data, e.g.: [] with [Model1(), Model2()], the insertion order will be: Model2 at 0, Model1 at 0.
This is obviously bad in terms of UI, since the logic way of seeing items appearing on the screen would start with first and end with the last one.
What's your take on this and have you planned on addressing this @knaeckeKami ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels