Color

The color control will show a color picker which also lets you set the color’s opacity.The control in the properties panelThis ‘button’ example is a <motion.div> with rounded corners, and the buttonColor property defines its backgroundColor:export default function Color(props) { const { buttonColor, style, …rest } = props return ( <motion.div {…rest} style={{ // Visual […]

To access this page, you must purchase The Framer Code Guide or The Framer Code Guide - Monthly.