I tried to slide in and out a DIV with the toggle function of jQuery but the result is always jumpy at the start and/or end of the animation. Here\'s the js code that I use:
Try removing all CSS margins from all the elements. Usually jerky animation comes from margins not being taken into account by the animation framework.