Performing effects with animation

Ah interesting, thanks for the example.

I'm not entirely sure why the list isn't sorting in that case. We have a very similar situation in the Todo demo app where we sort the list after a small delay (done with an Effect):

Can you see anything different from how we are doing it in that app from how you are doing it?