My jQuery slideDown/slideUp animation works smoothly in IE9 and Firefox, but is choppy in Chrome. When I remove the css file, the issue disappears, leading me to believe it is a Chrome and CSS interaction problem.
Are there any tools available to help identify the root cause of these issues? Or are there any resources on common jQuery/CSS interactions that can lead to choppy animations, such as a list of CSS "don'ts"?
Here is the link to the CSS pastebin: http://pastebin.com/P68inpkx. If anyone can pinpoint the issue based on the CSS file, I would appreciate it. However, I am also interested in learning how to diagnose CSS problems myself for future reference.