Merri / react-tabbordion

Universal, semantic and CSS-only supporting React state managing components for creating Accordions and Tabs
https://merri.github.io/react-tabbordion/
MIT License
80 stars 11 forks source link

Dynamic content issues when animateContent is used #12

Closed Merri closed 4 years ago

Merri commented 8 years ago

Tabbordion doesn't update height when a panel's content updates and changes height. Should probably add a timeout with a sane default value so that explicit height is removed once animation has happened.

Current workaround is to disable animateContent temporarily to allow height to update.