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

# isAnimated

A Boolean value indicating whether the transition is explicitly animated.

## Declaration

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

## Discussion

Discussion The value of this property is false for custom transitions — transitions where the view controller’s modalPresentationStyle property is set to UIModalPresentationStyle.custom — even when the transition is started by a call to the animateTransition(using:) method. In nearly all other cases, the value of this property is true.

## See Also

### Getting the transition state

- [initiallyInteractive](uikit/uiviewcontrollertransitioncoordinatorcontext/initiallyinteractive.md)
- [isInteractive](uikit/uiviewcontrollertransitioncoordinatorcontext/isinteractive.md)
- [isCancelled](uikit/uiviewcontrollertransitioncoordinatorcontext/iscancelled.md)
- [isInterruptible](uikit/uiviewcontrollertransitioncoordinatorcontext/isinterruptible.md)
