// 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

Create a free website with Framer, the website builder loved by startups, designers and agencies.