---
title: Manipulable.Inertia
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/manipulable/inertia
---

# Manipulable.Inertia

Describes inertia of a view that defines how much a view resists being manipulated.

## Declaration

```swift
struct Inertia
```

## Topics

### Type Properties

- [high](swiftui/manipulable/inertia/high.md)
- [low](swiftui/manipulable/inertia/low.md)
- [medium](swiftui/manipulable/inertia/medium.md)
- [none](swiftui/manipulable/inertia/none.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
