<!--
{
  "availability" : [
    "iOS: 26.4.0 -",
    "iPadOS: 26.4.0 -",
    "macCatalyst: 26.4.0 -",
    "macOS: 26.4.0 -",
    "tvOS: 26.4.0 -",
    "visionOS: 26.4.0 -",
    "watchOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/EnvironmentValues/accessibilityPrefersCrossFadeTransitions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI17EnvironmentValuesV40accessibilityPrefersCrossFadeTransitionsSbvp"
  },
  "title" : "accessibilityPrefersCrossFadeTransitions"
}
-->

# accessibilityPrefersCrossFadeTransitions

A Boolean value that indicates whether the Reduce Motion and the Prefer
Cross-Fade Transitions settings are in an enabled state.

```
var accessibilityPrefersCrossFadeTransitions: Bool { get set }
```

## Discussion

If this property’s value is true, UI should avoid Slide animations
and prefer Cross-Fade transitions instead

On macOS, this value returns solely whether the Reduce Motion setting
is in an enabled state. On watchOS, this value always returns false.

---

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)