Check out this simplified version of my code on CodePen: http://codepen.io/anon/pen/pjZXob
I am attempting to create a smooth transition in the height of the .destinationsTopicContent
div, from 0 to auto. However, it is nested within a div that has visibility:hidden.
Could someone please modify this pen for me so that the height transitions smoothly like in this example: http://jsfiddle.net/thechrisjordan/3Fc7D/23/
I have managed to achieve this in a different HTML structure (similar to the fiddle), but I am unable to make it work in this specific scenario.
(Ideally, the properties of the other divs should remain unchanged)