---
title: UIViewAnimatingPosition.start
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiviewanimatingposition/start
---

# UIViewAnimatingPosition.start

The beginning of the animation. Use this constant when you want the starting values for any animatable properties—that is, the values of the properties before you applied any animations.

## Declaration

```swift
case start
```

## See Also

### Constants

- [UIViewAnimatingPosition.end](uikit/uiviewanimatingposition/end.md)
- [UIViewAnimatingPosition.current](uikit/uiviewanimatingposition/current.md)
