Animating height with JavaScript
Recently I decided I wanted to code an accordion component without any libraries or frameworks. Initially I thought I would just animate the height of each section of the accordion using the transition property in CSS...
Continue reading →