Posts Tagged ‘webkit’

Webkit dummy 3D operation

Useful hack to stop elements flickering while CSS transitions are in progress/active.
Just apply this dummy rule to the body or a specific element to prevent render issues.

-webkit-transform: translate3d(0,0,0);