---
title: interactive
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/scrolltransitionconfiguration/interactive
---

# interactive

Creates a new configuration that interactively interpolates the transition’s effect as the view is scrolled into the visible region of the container.

## Declaration

```swift
static let interactive: ScrollTransitionConfiguration
```

## See Also

### Getting the configuration

- [identity](swiftui/scrolltransitionconfiguration/identity.md)
- [animated](swiftui/scrolltransitionconfiguration/animated.md)
- [animated(_:)](swiftui/scrolltransitionconfiguration/animated(_:).md)
- [interactive(timingCurve:)](swiftui/scrolltransitionconfiguration/interactive(timingcurve:).md)
