Transitions-Everywhere
Transitions-Everywhere copied to clipboard
Collapse/expand animation
Is there a way to animate expand/collapse of a RecyclerView item?
I tried to mix Scale, Fade, Slide,
but cannot achieve a collapse/expand effect
Hey. The main animation here is ChangeBounds as the size(height) of the item is changing. So you would need to apply TransitionManager.beginDelayedTransition() on the RecyclerView itself. If you would share more code maybe I will be able to provide more concrete suggestions