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

# automatic

An effect  that attempts to determine the effect automatically. This is the default effect.

## Declaration

```swift
static let automatic: HoverEffect
```

## See Also

### Getting hover effects

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