---
title: WKAccessibilityIsReduceMotionEnabled()
framework: watchkit
role: symbol
role_heading: Function
path: watchkit/wkaccessibilityisreducemotionenabled()
---

# WKAccessibilityIsReduceMotionEnabled()

Returns a Boolean value indicating whether reduced motion is enabled.

## Declaration

```swift
func WKAccessibilityIsReduceMotionEnabled() -> Bool
```

## Discussion

Discussion You can use this function to customize your application’s UI when reduced motion is enabled. Note that you can also listen for the WKAccessibilityReduceMotionStatusDidChange (Swift) or WKAccessibilityReduceMotionStatusDidChangeNotification (Objective-C) notification to find out when VoiceOver starts and stops.

## See Also

### User interface basics

- [Building watchOS app Interfaces Using the Storyboard](watchkit/building-watchos-app-interfaces-using-the-storyboard.md)
- [WKInterfaceObject](watchkit/wkinterfaceobject.md)
- [WKInterfaceController](watchkit/wkinterfacecontroller.md)
- [WKAlertAction](watchkit/wkalertaction.md)
- [WKAccessibilityImageRegion](watchkit/wkaccessibilityimageregion.md)
- [WKAccessibilityIsVoiceOverRunning()](watchkit/wkaccessibilityisvoiceoverrunning().md)
