Kirill
Results
3
issues of
Kirill
Is there a way to prevent dragging? I found allowMovement parameter in swing docs, but it's not working with this plugin.
Hey there! I'm attempting to slow down the animation when hovering over a motion element. Here's my motion instance code: ``` motionInstance.value = useMotion(motionElement, { initial: { x: 0, },...