---
title: TransitionPhase.identity
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/transitionphase/identity
---

# TransitionPhase.identity

The transition is being applied to a view that is in the view hierarchy.

## Declaration

```swift
case identity
```

## Discussion

Discussion In this phase, a transition should show its steady state appearance, which will generally not make any visual change to the view.

## See Also

### Getting the phase

- [TransitionPhase.willAppear](swiftui/transitionphase/willappear.md)
- [TransitionPhase.didDisappear](swiftui/transitionphase/diddisappear.md)
