Animating fragment transitions

I want to animate fragment transitions. And there’s a lot of stuff on the web of how to animate transitions of fragrments that are hosted in one activity. But there are two activities in Criminal Intent. Is ot possible to animate transitions of fragrments, that hosted in different activities? Any links or advices?:grin:

If you’re transitioning to a different activity (even if you’re also using fragments), that’s typically when you’d use some kind of activity transition (and maybe also something like the shared element transition).

Transitioning between fragments is something that you’d only do if both of those fragments are in the same activity.