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

# highlight

An effect  that morphs the pointer into a platter behind the view and shows a light source indicating position.

## Declaration

```swift
static let highlight: HoverEffect
```

## Discussion

Discussion On tvOS, it applies a projection effect accompanied with a specular highlight on the view when contained within a focused view. It also incorporates motion effects to produce a parallax effect by adjusting the projection matrix and specular offset.

## See Also

### Getting hover effects

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