<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Manipulable/Inertia",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11ManipulableO7InertiaV"
  },
  "title" : "Manipulable.Inertia"
}
-->

# Manipulable.Inertia

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

```
struct Inertia
```

## Topics

### Type Properties

[`static let high: Manipulable.Inertia`](/documentation/SwiftUI/Manipulable/Inertia/high)

A view has high inertia and high resistance to being manipulated.

[`static let low: Manipulable.Inertia`](/documentation/SwiftUI/Manipulable/Inertia/low)

A view has low inertia and low resistance to being manipulated.

[`static let medium: Manipulable.Inertia`](/documentation/SwiftUI/Manipulable/Inertia/medium)

A view has medium inertia and medium resistance to being
manipulated.

[`static let none: Manipulable.Inertia`](/documentation/SwiftUI/Manipulable/Inertia/none)

A view has no inertia and no resistance to being manipulated.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)