0.0.3 - 2023-09-08
Added
-
initial={false}, allows you to skip the initial animation when the component mounts.In short, it takes the first value of
animateand applies it as styles immediately.return ( <m.div initial={false} animate={{width}} /> /* equivalent to initial={{width}} */ )