<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/HoverEffectPhaseOverride/inactive",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI24HoverEffectPhaseOverrideV8inactiveACvpZ"
  },
  "title" : "inactive"
}
-->

# inactive

Immediately transition to the inactive phase.

```
static var inactive: HoverEffectPhaseOverride { get }
```

## Discussion

Applying this override causes an effect to become inactive immediately,
regardless of whether the view is hovered or not. The transition will use
the animations defined by the effect, but will ignore any delays. The effect
remains inactive until this override is removed.

When applied to a group, all effects in the group become inactive as well.
Applying overrides to multiple effects in the same group is undefined, due to it
not being clear which override should be applied.

---

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)