motiondivision / motion

A modern animation library for React and JavaScript
https://motion.dev
MIT License
25.84k stars 850 forks source link

Animate values when child variant definitions change #2804

Closed mattgperry closed 2 months ago

mattgperry commented 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>