Thursday, 13 October 2022

Shared element transition in Jetpack compose

I wanted to animate my image logo from Screen A to Screen B. In XML based layouts it was possible using windowContentTransitions & transitionName. So I wanted to ask is something similar available in Jetpack Compose?

I have already seen this https://github.com/mobnetic/compose-shared-element

But, Is there something in-built functionality similar to the XML?



from Shared element transition in Jetpack compose

No comments:

Post a Comment