<strike>The only difference between the two snippets of css is one has height 0, the other height 40.</strike>
The "slideDown" animation is made with scaleY transform.
<hr />
<div id="parent0">
<h1>Hover me (scaleY)</h1>
<div id="child0">
Some content<br />
Some content<br />
Some content<br />
Some content<br />
Some content<br />
Some content<br />
</div>
</div>