---
title: initiallyInteractive
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiviewcontrollertransitioncoordinatorcontext/initiallyinteractive
---

# initiallyInteractive

A Boolean value indicating whether the transition started as an interactive transition.

## Declaration

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

## Discussion

Discussion The value of this property is true when the transition was initiated interactively and the isAnimated property is also set to true; otherwise, the value is false. The value of this property doesn’t change during the course of a transition. To determine whether the transition is currently interactive, use the isInteractive method instead.

## See Also

### Getting the transition state

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