Closed mattgperry closed 2 months ago
Ensure that when the value of a variant changes, we animate to the latest value.
<motion.div initial="a"> <motion.div variants={{ a: { x }}} /> </motion.div>
Ensure that when the value of a variant changes, we animate to the latest value.