---
title: UIViewAnimatingState.inactive
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiviewanimatingstate/inactive
---

# UIViewAnimatingState.inactive

The animations have not yet started executing. This is the initial state of the animator object.

## Declaration

```swift
case inactive
```

## See Also

### Constants

- [UIViewAnimatingState.active](uikit/uiviewanimatingstate/active.md)
- [UIViewAnimatingState.stopped](uikit/uiviewanimatingstate/stopped.md)
