Disable the cross-fade animation on the split view detail. (#4737)

This commit is contained in:
Doug
2025-11-13 10:52:32 +00:00
committed by GitHub
parent eda1e844d2
commit 3852711c84

View File

@@ -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.
}
}