---
title: bouncesZoom
framework: paperkit
role: symbol
role_heading: Instance Property
path: paperkit/papermarkupviewcontroller/scrollconfiguration-swift.class/bounceszoom
---

# bouncesZoom

A Boolean value that controls whether the scroll view animates the content scaling when the scaling exceeds the maximum or minimum limits.

## Declaration

```swift
final var bouncesZoom: Bool { get set }
```

## Discussion

Discussion When enabled, a person can zoom past the minimum or maximum scale while gesturing, and the scale animates to the minimum or maximum value when the gesture ends. Default is true.

## See Also

### Configuring bouncing behavior

- [bounces](paperkit/papermarkupviewcontroller/scrollconfiguration-swift.class/bounces.md)
- [alwaysBounces](paperkit/papermarkupviewcontroller/scrollconfiguration-swift.class/alwaysbounces.md)
