SwiftUI: How to animate a TabView selection?

When tapping a TabView .tabItem in SwiftUI, the destination view associated with the .tabItem changes. I tried around with putting .animation(.easeInOut) .transition(.sli...

https://stackoverflow.com/questions/61827496/swiftui-how-to-animate-a-tabview-selection

SwiftUI: How to animate a TabView selection?