Why does inner HTML content appear instantly after css max-height transition completes?
Using HTML and JavaScript I am trying to create a list that transitions into view when a button is clicked, including a scrollable inner container, using a max-height transition on the parent DIV. However, while the parent div transitions smoothly,…