<motion.div animate={{ x: 0 y: 0 scale: 1 rotate: 0 }}/>
<motion.div whileTap={{ scale: 0.9, borderRadius: "25%" }} drag dragConstraints={
dragConstrainsRef
}/>
<motion.div HoverStart={() => setSkew(30)} HoverEnd={() => setSkew(0)} Tap={() => setSkew(skew - 30)} animate={{ skew }}/>