Here i have a sample code of a React project
{sec} is a imported image.
<Image
whileHover={{ scale: 0.7, rotate: 15 }}
whileTap={{
scale: 0.5,
rotate: -20,
border: "5px solid #23d997",
backgroundImage: {sec}
}} />
<motion.img variants={photoAnimation} src={myself} alt="Image of myself taking picture" />
</Image>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…