<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIView/areAnimationsEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIView(cpy)areAnimationsEnabled"
  },
  "title" : "areAnimationsEnabled"
}
-->

# areAnimationsEnabled

Returns a Boolean value indicating whether animations are enabled.

```
class var areAnimationsEnabled: Bool { get }
```

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if animations are enabled; otherwise, <doc://com.apple.documentation/documentation/Swift/false>.

## Discussion

The value of this property is <doc://com.apple.documentation/documentation/Swift/true> if animations are enabled; otherwise, it is <doc://com.apple.documentation/documentation/Swift/false>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)