<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/NavigationTransition",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI20NavigationTransitionP"
  },
  "title" : "NavigationTransition"
}
-->

# NavigationTransition

A type that defines the transition to use when navigating to a view.

```
protocol NavigationTransition
```

## Topics

### Getting built-in transitions

[`automatic`](/documentation/SwiftUI/NavigationTransition/automatic)

A style that automatically chooses the appropriate presentation
transition for the current context.

[`AutomaticNavigationTransition`](/documentation/SwiftUI/AutomaticNavigationTransition)

A style that automatically chooses the appropriate presentation
transition for the current context.

[`crossFade`](/documentation/SwiftUI/NavigationTransition/crossFade)

A navigation transition that cross-fades between the appearing
view and the disappearing view.

[`CrossFadeNavigationTransition`](/documentation/SwiftUI/CrossFadeNavigationTransition)

A navigation transition that cross-fades between the appearing view
and the disappearing view.

[`zoom(sourceID:in:)`](/documentation/SwiftUI/NavigationTransition/zoom(sourceID:in:))

A navigation transition that zooms the appearing view from a
given source view.

[`ZoomNavigationTransition`](/documentation/SwiftUI/ZoomNavigationTransition)

A navigation transition that zooms the appearing view from a given
source view.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)