<motion.div animate={{ x: 0, y: 0, scale: 1 }} /> ... Click to mount / unmount component ... <motion.div animate={{ y: [3rem,-3rem,3rem,0rem] }}/> ...
確定! 回上一頁