Why does my ease transition speed up, when revealing and hiding a div?
I am creating an accordion type of question and answers page for a recent project. The answer to the question is revealed by clicking on the question. My approach is to have the answer hidden with max-height = 0 and overflow = hidden, when the question is pressed, it updates an index value, which sets the class name of the answer to active.