Switch fragments in view pager with flip animation
问题 I've been trying to switch fragments inside a fragmentStatePagerAdapter, but even though I was able to change from fragment C-D in the same position; I have not been able to animate the transition. I would appreciate any suggestions to achieve this effect: A - B - C | -> Flip transition back and forth D ABC or ABD have the normal animation transition, but when in C if I click a button I need to swap the fragment D with a flip animation and if I'm looking at D flip back to C. 回答1: The training