---
title: identity
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/verticalpagetabviewstyle/transitionstyle/identity
---

# identity

A transition style that has no animation between each tab

## Declaration

```swift
static let identity: VerticalPageTabViewStyle.TransitionStyle
```

## See Also

### Getting the transition styles

- [automatic](swiftui/verticalpagetabviewstyle/transitionstyle/automatic.md)
- [blur](swiftui/verticalpagetabviewstyle/transitionstyle/blur.md)
