alamoudi
alamoudi

Reputation: 45

Android Compose Material 3, How to implement like mini player shared transition

In material 3 transition guideline, there is this example of implementing such a shared transition : https://m3.material.io/styles/motion/transitions/applying-transitions#b74c80e4-10f1-4f46-a140-c1e2e6f53c33

enter image description here

How do you think I could implement this component? Is it a sheet or a custom one

For me, I think it is a custom one because of the hide animation for the bottom nav when opening it, so I went to this path and struggled with the animation transition

Upvotes: 0

Views: 82

Answers (1)

sdex
sdex

Reputation: 3871

There is a repository with the similar player implementation:

https://github.com/markst/expandable-player-kt

Upvotes: 0

Related Questions