Disable the cross-fade animation on the split view detail. (#4737)
This commit is contained in:
@@ -400,7 +400,7 @@ private struct NavigationSplitCoordinatorView: View {
|
||||
.id(module.id)
|
||||
}
|
||||
.animation(.elementDefault, value: navigationSplitCoordinator.sidebarModule)
|
||||
.animation(.elementDefault, value: navigationSplitCoordinator.detailModule)
|
||||
.animation(.noAnimation, value: navigationSplitCoordinator.detailModule) // Don't crossfade the detail transition on iPad.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user