It would be nice to be able to animate an element to it's auto value. @-webkit-animation slideDown { 0% { height: 0; } 100% { height: auto; } } Like how a JavaScript library like jQuery can do $("#thing").hide().slideDown(); and it slides down to the correct original natural height of that element.
*** This bug has been marked as a duplicate of bug 16020 ***