I have this code:
http://jsfiddle.net/zqdLzya2/
Which is a dead simple 3-column layout.
When you hover an item some of them blink or just disappear f
Looks like adding position: relative to the transformed children elements helped a little, in addition to transform: translateZ(0) to parent element. Still some artefacts in transitions though... Very weird bug !
position: relative
transform: translateZ(0)