<!--
{
  "availability" : [
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ListStyle/elliptical",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI9ListStylePA2A010EllipticalcD0VRszrlE10ellipticalAEvpZ"
  },
  "title" : "elliptical"
}
-->

# elliptical

The list style that describes the behavior and appearance of an
elliptical list.

```
@export(implementation) static var elliptical: EllipticalListStyle { get }
```

## Discussion

On watchOS, the elliptical list style uses a transform for items rolling
off the top or bottom of the list, as if on a rounded surface that faces
the user.

Apple Watch Series 3 does not support this style and will instead fall
back to using the [`plain`](/documentation/SwiftUI/ListStyle/plain) style.

---

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)