---
title: snappy
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/spring/snappy
---

# snappy

A spring with a predefined duration and small amount of bounce that feels more snappy.

## Declaration

```swift
static var snappy: Spring { get }
```

## See Also

### Getting built-in springs

- [bouncy](swiftui/spring/bouncy.md)
- [bouncy(duration:extraBounce:)](swiftui/spring/bouncy(duration:extrabounce:).md)
- [smooth](swiftui/spring/smooth.md)
- [smooth(duration:extraBounce:)](swiftui/spring/smooth(duration:extrabounce:).md)
- [snappy(duration:extraBounce:)](swiftui/spring/snappy(duration:extrabounce:).md)
