Combine BottomNavigation with List – Detail navigation with animations in Jetpack compose
Given a typical app with some bottom bar buttons and sections in which users can navigate from list to detail, ideally I’d like to keep the nice default fade effect for bottom bar transitions, and slide in/out for list-detail transitions. This is my oversimplified relevant code.-