I'm creating a website with a simple toggle button to show some paragraphs. You can find a simplified version of it here in this Fiddle. In Chrome 36 on OS X this happens when I toggle the button (don't mind the flashing on the right side, it's about the border on the left).
I'm toggling the content with jQuery (.slideUp() and .slideDown()) But it also happens when I use transition: height in CSS. As you can see in this Fiddle.
I've already tried to implement a 3d transform, without effects unfortunately.
The problem doesn't occur in other browsers on OS X (Safari, Firefox and Opera) as far as I could tell.
Has anyone else encountered this problem (maybe in another browser)? Me Googling for it resulted in nothing useful. And does someone maybe have another possible solution for it. I'm quite stuck on this problem now.
Thanks!