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

# lift

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

## Declaration

```swift
static var lift: LiftHoverEffect { get }
```

## See Also

### Getting built-in hover effects

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