Having an issue with webkit transform.
If I don't use -webkit-backface-visibility:hidden
... I notice flickering on many objects when I translate (e.g. -webkit-transform: translate(80%,0)) an object
and
If I do use -webkit-backface-visibility:hidden
... the problem is that child texts become blurry when I move the parent (e.g. -webkit-transform: translate(80%,0)). They become clear again when the translate-value is back to (0,0).
Any tips for solving this issue?
Details: Using Windows, Chrome 31.0 xxx,