---
title: animatedImagesEnabled
framework: accessibility
role: symbol
role_heading: Type Property
path: accessibility/accessibilitysettings/animatedimagesenabled
---

# animatedImagesEnabled

A Boolean value that indicates whether the system setting for playing animated images is on.

## Declaration

```swift
static var animatedImagesEnabled: Bool { get }
```

## Discussion

Discussion The value of this property is true if the system setting for Animated Images is on; otherwise, false.

## See Also

### Pausing animated images

- [Animated images](accessibility/animated-images.md)
- [animatedImagesEnabledDidChangeNotification](accessibility/accessibilitysettings/animatedimagesenableddidchangenotification.md)
