Is there currently anything that will allow to animate classic transition between the results list and details screen with shared element animation in Jetpack Compose?Something like this.

I know of some experimental libraries that allows that, but they all work on single activity and I was wondering of more traditional approach with 2 activities.

1

Best Answer


The official Jetpack Compose roadmap states that shared element transition is currently in focus, so no official support yet.