Contents

accessibilityDisplayShouldReduceMotion

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

Declaration

var accessibilityDisplayShouldReduceMotion: Bool { get }

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