// Paste a code snippet
import { motion } from "framer-motion";
function Component() {
return (
<motion.div
transition={{ ease: "linear" }}
animate={{ rotate: 360, scale: 2 }}
/>
);
}Jianwen Wu (Mark Wu)
Contact: +86 150-2333-6776
Email: wujianwen5221@gmail.com