Back to Popmotion

Events: Hover

packages/popmotion-pose/docs/examples/react/event-hover.md

8.7.1225 B
Original Source

Events: Hover

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

javascript
const config = {
  hoverable: true,
  init: { scale: 1 },
  hover: { scale: 1.2 }
}
<CodeSandbox id="jlwnqwomo9" />