i have made this codepen which is a simplified version of my code: http://codepen.io/anon/pen/pjZXob
I'm trying to make the .destinationsTopicContent
div transition its height from 0 to auto;
However in this usecase its nested within a visibility:hidden div.
Can someone please fix this pen for me so the height will transition like here: http://jsfiddle.net/thechrisjordan/3Fc7D/23/
I have made it work in an other html structure (like the one found in the fiddle), however in this specific usecase i can't seem to make it work.
(Preferably the other div's properties don't change)