---
title: ScrollPhase.decelerating
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/scrollphase/decelerating
---

# ScrollPhase.decelerating

The decelerating phase where the user use has stopped interacting with the scroll view and the scroll view is decelerating towards its final target.

## Declaration

```swift
case decelerating
```

## See Also

### Getting scroll gesture states

- [ScrollPhase.animating](swiftui/scrollphase/animating.md)
- [ScrollPhase.idle](swiftui/scrollphase/idle.md)
- [ScrollPhase.interacting](swiftui/scrollphase/interacting.md)
- [ScrollPhase.tracking](swiftui/scrollphase/tracking.md)
