Oculta iframe hasta que esté completamente cargado.
<iframe style="visibility:hidden;" onload="this.style.visibility = 'visible';" src="https://css-tricks.com/snippets/html/get-rid-of-white-flash-when-iframe-loads/examples/inlineframes1.html" > </iframe>
Método mucho más robusto y progresivo aquí.