I have a jQuery slideDown/slideUp animation that runs smoothly in IE9 and Firefox, but is very choppy in Chrome. The issue is not present if I remove the css file, so I am fairly confident it is some interaction between Chrome and the CSS for the page.
Are the any tools to diagnose the source of such issues? Alternatively, are there any guides on jQuery/CSS interactions that could cause choppy animations; a list of don't's for CSS?
Here is the pastebin for the CSS, in case anyone is familiar enough with the CSS dont's to finger the culprit: http://pastebin.com/P68inpkx. Even if you can though, I am still interested in the more general "how to diagnose CSS issues" part of the question so I can do this myself in the future.