---
title: ScrollTransitionPhase.identity
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/scrolltransitionphase/identity
---

# ScrollTransitionPhase.identity

The scroll transition is being applied to a view that is in the visible area.

## 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

- [ScrollTransitionPhase.topLeading](swiftui/scrolltransitionphase/topleading.md)
- [ScrollTransitionPhase.bottomTrailing](swiftui/scrolltransitionphase/bottomtrailing.md)
