---
title: empty
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/customhovereffect/empty
---

# empty

An effect that applies no changes when hovered.

## Declaration

```swift
static var empty: EmptyHoverEffect { get }
```

## See Also

### Getting built-in hover effects

- [automatic](swiftui/customhovereffect/automatic.md)
- [highlight](swiftui/customhovereffect/highlight.md)
- [lift](swiftui/customhovereffect/lift.md)
