---
title: accessibilityDisplayShouldReduceMotion
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsworkspace/accessibilitydisplayshouldreducemotion
---

# accessibilityDisplayShouldReduceMotion

A Boolean value that indicates whether the accessibility option to reduce motion is in an enabled state.

## Declaration

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

## Discussion

Discussion If this property’s value is true, avoid large animations, especially those that simulate the third dimension. To receive updates when this setting changes, register for the accessibilityDisplayOptionsDidChangeNotification notification using notificationCenter.

## See Also

### Supporting Accessibility

- [accessibilityDisplayShouldDifferentiateWithoutColor](appkit/nsworkspace/accessibilitydisplayshoulddifferentiatewithoutcolor.md)
- [accessibilityDisplayShouldIncreaseContrast](appkit/nsworkspace/accessibilitydisplayshouldincreasecontrast.md)
- [accessibilityDisplayShouldReduceTransparency](appkit/nsworkspace/accessibilitydisplayshouldreducetransparency.md)
- [accessibilityDisplayShouldInvertColors](appkit/nsworkspace/accessibilitydisplayshouldinvertcolors.md)
- [isSwitchControlEnabled](appkit/nsworkspace/isswitchcontrolenabled.md)
- [isVoiceOverEnabled](appkit/nsworkspace/isvoiceoverenabled.md)
