---
title: isIdentity
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/transitionphase/isidentity
---

# isIdentity

A Boolean that indicates whether the transition should have an identity effect, i.e. not change the appearance of its view.

## Declaration

```swift
var isIdentity: Bool { get }
```

## Discussion

Discussion This is true in the identity phase.

## See Also

### Getting phase characteristics

- [value](swiftui/transitionphase/value.md)
