react-animate-height icon indicating copy to clipboard operation
react-animate-height copied to clipboard

Element no longer animates up and down when using "auto"

Open WhereCanI opened this issue 11 months ago • 9 comments

react-animate-height no longer animate up and down when used with React. It is the same problem with the demos provided here: https://muffinman.io/react-animate-height/#demo-3. They no longer animate up and down pending on the content.

Expected behavior Animating from height 0 to height "auto".

Your Environment

  • Version used: 3.2.2
  • OS: Windows 11
  • Browser Firefox 118 & Chrome 117

Additional context I have checked that the container is following the guidelines, and I have even tried removing all styling such as padding, margin, display, flex from parent containers. Nothing seem to work to make react-animate-height animate from 0 to "auto".

WhereCanI avatar Sep 28 '23 11:09 WhereCanI