In Samsung Galaxy S3 default browser (version 4.4.2)
Elements with a css3 transformation applied on appears crispy or blurry.
In that case it is a simple translate
. Unit are in rem.
Using transform3d
rather than simple transform
has no effect. Replacing translate with a margin do the trick but I'd more likely keep the translate as I might animate it.
Is there a workaround which doesn't involve replacing everything with top, left absolute positionning or margin.
Thanks