1. How would animations work? For example dataset ...
# compose
m
3. How would animations work? For example dataset change animations like RecyclerView.
a
we already have some exploration how simple animations defined by states can work. you can see the code examples in components like Switch or CheckBox. at the moment we are exploring how layout animations can work (like in your example with RecyclerView item animations)
👍 1