---
title: isAnimated
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiviewcontrollercontexttransitioning/isanimated
---

# isAnimated

A Boolean value indicating whether the transition should be animated.

## Declaration

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

## Discussion

Discussion The value of this property is always true for modal presentation styles other than the UIModalPresentationStyle.custom style. When the modal presentation style is UIModalPresentationStyle.custom, the value is true if the transition should be animated or false if it should not. Use this value to determine whether you need to animate a custom transition into place, or whether you should install the final views into the container without animating the changes.

## See Also

### Getting the transition behaviors

- [isInteractive](uikit/uiviewcontrollercontexttransitioning/isinteractive.md)
- [presentationStyle](uikit/uiviewcontrollercontexttransitioning/presentationstyle.md)
