Events: Hover
To animate an element on hover, set hoverable: true
and a pose
prop.
const config = {
hoverable: true,
init: { scale: 1 },
hover: { scale: 1.2 }
}
To animate an element on hover, set hoverable: true
and a pose
prop.
const config = {
hoverable: true,
init: { scale: 1 },
hover: { scale: 1.2 }
}