Optional whileOptional onCallback function that fires when pointer stops hovering over the component.
<motion.div onHoverEnd={() => console.log("Hover ends")} />
Optional onCallback function that fires when pointer starts hovering over the component.
<motion.div onHoverStart={() => console.log('Hover starts')} />
Generated using TypeDoc
Properties or variant label to animate to while the hover gesture is recognised.