---
title: "Events: Hover"
description: Easily make elements hoverable with Popmotion Pose
category: react
---

# Events: Hover

To animate an element on press, set `hoverable: true` and a `pose` prop.

```javascript
const config = {
  hoverable: true,
  init: { scale: 1 },
  hover: { scale: 1.2 }
}
```

<CodeSandbox id="jlwnqwomo9" />
