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
758 stars 53 forks source link

I can't change the direction of the opened screen? #152

Closed furkanbicak closed 11 months ago

furkanbicak commented 11 months ago

The opened window must also be able to be opened from bottom to top.

Stanko commented 11 months ago

Hi, That is not in the scope of this library.

But you can control that "from outside" using CSS layout, here is an example: https://codepen.io/stanko/pen/VwgqreL

Cheers!