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

# lift

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

## Declaration

```swift
static let lift: HoverEffect
```

## See Also

### Getting hover effects

- [automatic](swiftui/hovereffect/automatic.md)
- [highlight](swiftui/hovereffect/highlight.md)
