---
title: UIViewAnimatingState
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uiviewanimatingstate
---

# UIViewAnimatingState

Constants indicating the current state of the animation.

## Declaration

```swift
enum UIViewAnimatingState
```

## Topics

### Constants

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

### Initializers

- [init(rawValue:)](uikit/uiviewanimatingstate/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [UIViewAnimatingPosition](uikit/uiviewanimatingposition.md)
