// Paste a code snippet
import { motion } from "framer-motion";
function Component() {
return (
<motion.div
transition={{ ease: "linear" }}
animate={{ rotate: 360, scale: 2 }}
/>
);
}
Copy
// Paste a code snippet
import { motion } from "framer-motion";
function Component() {
return (
<motion.div
transition={{ ease: "linear" }}
animate={{ rotate: 360, scale: 2 }}
/>
);
}
Copy
Bentos - Framer Bento-style Builder Kit
Bentos - Framer Bento-style Builder Kit