Setting the webkit perspective CSS property on an iPad3 make child elements render very blurry , like images render if they are for non retina displays. To be clear I am not talking about images rendering blurry, DOM child elements are rendering blurry.
What can be done about that?
Simply removing the property is not an options, since I use animations that require movement in Z-Axis.
Property is set like this in CSS:
-webkit-perpective: 500;
Thanks for any help on this!