I have a page where I applied a transition to expand the height of a div when the mouse is moved over the div. The CSS transition animation is shrinking the height to near zero using an animation and then it springs open to the expected height (with no animation). Expected: The height of the div animates from current height to the full height (with no shrinking of size). Steps to recreate it on the link, http://dev.ericperrets.info/css_issue/calendar/ Hovering the mouse over the "Sample title" or the "Sample title2" div causes the div to shrink to a hight of zero then expand (without any animation).
Sounds like the issue of animating to/from 'auto'. *** This bug has been marked as a duplicate of bug 16020 ***