---
title: ScrollTransitionPhase.bottomTrailing
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/scrolltransitionphase/bottomtrailing
---

# ScrollTransitionPhase.bottomTrailing

The scroll transition is being applied to a view that is about to move into the visible area at the bottom edge of a vertical scroll view, or the trailing edge of a horizontal scroll view.

## Declaration

```swift
case bottomTrailing
```

## See Also

### Getting the phase

- [ScrollTransitionPhase.identity](swiftui/scrolltransitionphase/identity.md)
- [ScrollTransitionPhase.topLeading](swiftui/scrolltransitionphase/topleading.md)
