---
title: EmptyHoverEffect
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/emptyhovereffect
---

# EmptyHoverEffect

A base hover effect used to build additional effects.

## Declaration

```swift
struct EmptyHoverEffect
```

## Overview

Overview EmptyHoverEffect does not change a view on hover.

## Relationships

### Conforms To

- [CustomHoverEffect](swiftui/customhovereffect.md)

## See Also

### Supporting types

- [AutomaticHoverEffect](swiftui/automatichovereffect.md)
- [HighlightHoverEffect](swiftui/highlighthovereffect.md)
- [LiftHoverEffect](swiftui/lifthovereffect.md)
