react-component / collapse

React Collapse / Accordion
http://react-component.github.io/collapse/
MIT License
324 stars 134 forks source link

how can i get panel header's clientHeight? #234

Open Akane-wang opened 2 years ago

Akane-wang commented 2 years ago

When I have many panels, I want them to show 10 of all panels and hide others; click a button to show them all; but I need it to show all slowly; so I need to understand the panels The clientHeight of the header, let me use animation to make it show all slowly.