Stanko / react-animate-height

Lightweight React component for animating height using CSS transitions. Slide up/down the element, and animate it to any specific height.
https://muffinman.io/react-animate-height
MIT License
756 stars 53 forks source link

POC for supporting width animation #145

Closed rollie42 closed 1 year ago

rollie42 commented 1 year ago

I saw this feature requested a ~2 years back; it's not completely polished as I'm not sure you even want it anymore, but this mostly works to support width animation as well (the auto doesn't animate properly for some reason though)

Stanko commented 1 year ago

Hey, Thank you for making this proof of concept. But, I'm sorry, I don't think it should be a part of this library. I try to keep it lean and I can't remember when I needed to animate width.

Cheers!