-
Notifications
You must be signed in to change notification settings - Fork 688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
z-translate results in blurring of a text in chrome #613
Comments
We have some resources on that problem. Looking for them today. |
So, after looking through out stuff, it looks like every browser except firefox has this issue. There is no good way around this problem right now aside from just not scaling text. You can use perspective to bring it closer to the camera but that is about it. |
so it is browser related issue and not famo.us? Is it possible to fix this issue by the following algorithm?:
In theory if you will do this transforms at the same time it should mimic z-transition without blurred text. Am I right? Is that a solution? Would it be possible to implement this 'workaround' in famo.us so people would be able to use z-transitions of surfaces with text. |
I think it is worth a try. For what it is worth, when I had an initial scale of the intended final scale, then scaled down, then scaled back up, the result still was pixelated even though the font rendered properly with that scale at page load. |
I have tried to implement my idea about workaround and here is the result: The only problem is that it seems like concurrent transitions are async for some reason so we have some trimming... But the font is not blurred anymore. Why I have the trimming effect here? |
I've read that blurring of a text in a chrome is known issue so the question is about possible workarounds?
I simply want to bring closer a surface that contain some text.
P.S: I did test in safari, IE and firefox - same issue.
The text was updated successfully, but these errors were encountered: