I'd be curious if there's interest in having the item animate into place once sorted. I'm not actually sure the best way to do this, because currently onSortEnd it rerenders the list.
Thanks!
Nick
Any ideas on this? I was curious about the same thing 馃槉 I'd love to be able to achieve something similar to this React Motion example.
Interest: definitely.
Having said that, since the order of the elements is controlled via props, I'm not sure either how this could be achieved without breaking out of this model.
Suggestions and PRs are welcome, but this isn't something I'm planning on working on myself in the near future.
That's what I figured. No worries though, I'm totally fine doing this outside of the library. I was curious if you had any suggestions on how I might accomplish that?
I have submitted a PR which animates into place without changing the model of where the sort order comes from (i.e. the parent element still has to wire it up). Let me know if there is anything unclear in the pr #308
Most helpful comment
Interest: definitely.
Having said that, since the order of the elements is controlled via props, I'm not sure either how this could be achieved without breaking out of this model.
Suggestions and PRs are welcome, but this isn't something I'm planning on working on myself in the near future.