// Paste a code snippetimport{motion}from"framer-motion";functionComponent(){return(<motion.divtransition={{ease:"linear"}}animate={{rotate:360,scale:2}}/>);}
// Paste a code snippetimport{motion}from"framer-motion";functionComponent(){return(<motion.divtransition={{ease:"linear"}}animate={{rotate:360,scale:2}}/>);}
Develop-API
// Paste a code snippetimport{motion}from"framer-motion";functionComponent(){return(<motion.divtransition={{ease:"linear"}}animate={{rotate:360,scale:2}}/>);}