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

Animate width? #104

Closed tqdo closed 3 years ago

tqdo commented 3 years ago

Hi, just wondering whether the library can be easily adapted to animate the width? Basically we am trying to apply to same animation but horizontally (to the width of a div instead of the height). Thanks.

Stanko commented 3 years ago

Hello, I don't have plans on adding width animation to the library. I would consider a PR if it doesn't bloat the codebase too much. Cheers!