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

# HoverEffectGroup.Behavior

Describes the behavior of an effect in a group.

```
struct Behavior
```

## Topics

### Type Properties

[`static let activatesGroup: HoverEffectGroup.Behavior`](/documentation/SwiftUI/HoverEffectGroup/Behavior/activatesGroup)

Causes other effects in the match group to become active.

[`static let followsGroup: HoverEffectGroup.Behavior`](/documentation/SwiftUI/HoverEffectGroup/Behavior/followsGroup)

Follows the current phase of the match group.

[`static let ignoresGroup: HoverEffectGroup.Behavior`](/documentation/SwiftUI/HoverEffectGroup/Behavior/ignoresGroup)

Ignores the current phase of the match group.

[`static let preservesGroup: HoverEffectGroup.Behavior`](/documentation/SwiftUI/HoverEffectGroup/Behavior/preservesGroup)

Preserves the current phase of the group.

## Relationships

### Conforms To

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

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

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

---

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)