Delay shared element transition to complete statelist animation
问题 I've been trying out shared element transition on Lollipop. i have a recyclerview which loads some cards and one click the card expands to its details in the next activity. I have set a ripple effect and a StateListAnimator on the card. But those are not visible cause the transition starts before these effects are completed. Is there any way to delay the transition so that it can wait for the statelist animator and ripple to complete? Here is the code I use ActivityOptions options = null; if