---
title: accessibilityReduceMotion
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/environmentvalues/accessibilityreducemotion
---

# accessibilityReduceMotion

Whether the system preference for Reduce Motion is enabled.

## Declaration

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

## Discussion

Discussion If this property’s value is true, UI should avoid large animations, especially those that simulate the third dimension.

## See Also

### Minimizing motion

- [accessibilityDimFlashingLights](swiftui/environmentvalues/accessibilitydimflashinglights.md)
- [accessibilityPlayAnimatedImages](swiftui/environmentvalues/accessibilityplayanimatedimages.md)
