CSS3 Transitions with toggleClass
I have the -webkit-transition-duration property set on a div, whose height is set by another class. When I use jQuery to toggle the class, it the transition does something funky. It goes all the way up, and then is set to the proper height instead of just moving from 50px height to automatic height which is what I expect it to do. What's the fix for this? Here is a demo: http://jsfiddle.net/XcFxQ/1/ This works: http://jsfiddle.net/Eric/XcFxQ/2/ Although the height is not strictly auto. It manually sets the height in order to make it animate. I was able to get it to work correctly without