dmotz / oriDomi

🪭 Fold up DOM elements like paper

Home Page:http://oridomi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blurred text contents

f-liva opened this issue · comments

When I apply oriDomi to a box containing text, this gets blurred and poorly readable.

Do you have a demo link or screenshots?

I have the same problem. I think this is the webkit rendering issue, the blur will be reduced if you view with firefox. The demo of this can be found on http://oridomi.com/ (third row, second column)
image

This is dependent on your browser's rendering engine and OS, but one thing you can try to mitigate it is by making your containing element larger than it needs to be and then using a scale transform to return it to the desired size.

With CSS 3D transforms, when the texture of the element is moved toward the viewer on the Z axis, bitmap artifacts can become apparent.