sphinx-kotlin icon indicating copy to clipboard operation
sphinx-kotlin copied to clipboard

Podcast player dismiss transition

Open tomastiminskas opened this issue 3 years ago • 0 comments

Implement custom transition on Podcast Player view dismissal/presentation similar to youtube transition. Video reference added below

https://user-images.githubusercontent.com/2242281/157881291-ca4ceae1-d552-4d97-96d4-35494d692837.mov

Right now the Podcast Player is presented on the detail fragment container and it can be dismissed swiping down on the top edge of the view or using the down arrow button. On both cases the player is dismissed sliding down and the player bar is there already on the bottom bar section.

https://user-images.githubusercontent.com/2242281/157924642-ff7dab73-3016-440a-95e9-2b6e40721130.mp4

Modules involved:

- podcast-player
- dashboard

tomastiminskas avatar Mar 11 '22 13:03 tomastiminskas