<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/TransitionProperties",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI20TransitionPropertiesV"
  },
  "title" : "TransitionProperties"
}
-->

# TransitionProperties

The properties a `Transition` can have.

```
struct TransitionProperties
```

## Overview

A transition can have properties that specify high level information about
it. This can determine how a transition interacts with other features like
Accessibility settings.

- See Also: `Transition`

## Topics

### Creating the transition properties

[`init(hasMotion: Bool)`](/documentation/SwiftUI/TransitionProperties/init(hasMotion:))

[`var hasMotion: Bool`](/documentation/SwiftUI/TransitionProperties/hasMotion)

Whether the transition includes motion.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)