dbaroncelli/D-KMP-sample

Is there any way to achieve Android navigation transitions in this project?

m-nogas opened this issue · 1 comments

Is there any way to achieve Android navigation transitions in this project?

The Compose team have just released (in Beta09) the AnimatedContent API which are aimed exactly at transitions:
https://twitter.com/doris4lt/status/1404967899358371841?s=19
This sample project doesn't use it, but it could easily be implemented.