---
title: LiftHoverEffect
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/lifthovereffect
---

# LiftHoverEffect

A hover effect that slides the pointer under the view and disappears as the view scales up and gains a shadow.

## Declaration

```swift
struct LiftHoverEffect
```

## Overview

Overview You can also use lift to construct this hover effect.

## Topics

### Initializers

- [init()](swiftui/lifthovereffect/init().md)

## Relationships

### Conforms To

- [CustomHoverEffect](swiftui/customhovereffect.md)

## See Also

### Supporting types

- [AutomaticHoverEffect](swiftui/automatichovereffect.md)
- [EmptyHoverEffect](swiftui/emptyhovereffect.md)
- [HighlightHoverEffect](swiftui/highlighthovereffect.md)
