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:
For me the solution was, that i had a CSS style definition like following:
* { transition: all .3s; }
Removing this was the solution!