chenglou / react-motion

A spring that solves your animation problems.
MIT License
21.68k stars 1.15k forks source link

Motion width 0 to auto #563

Open oh-klahoma opened 5 years ago

oh-klahoma commented 5 years ago

<Motion defaultStyle={{ width: isOpen ? 'auto' : 0 }} style={{ width: isOpen ? spring(185) : spring(0) }}>

I need <Motion defaultStyle={{ width: isOpen ? 'auto' : 0 }} style={{ width: isOpen ? spring(auto) : spring(0) }}>