UI events: Press
Making an element pressable in Pose for Vue is a simple matter of setting press
to true
, with associated poses:
posed.div({
pressable: true,
init: { scale: 1 },
press: { scale: 0.8 }
})
Making an element pressable in Pose for Vue is a simple matter of setting press
to true
, with associated poses:
posed.div({
pressable: true,
init: { scale: 1 },
press: { scale: 0.8 }
})