Prevent Webkit iFrames from Flickering
For some obscure reason Webkit needs
-webkit-backface-visibility: hidden;
on animated elements to prevent this infamous iFrame whiteout / flicker.
If you don't need backfaces anywhere just include it with the *-selector in your reset.css.