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

# active

Immediately transition to the active phase.

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

## Discussion

Applying this override causes a hover effect to become active 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 active until this override is removed.

When applied to a group, all effects in the group become active 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)