vodkabears / Remodal

No longer actively maintained.
http://vodkabears.github.io/remodal/
MIT License
2.75k stars 771 forks source link

Blur text #204

Open Baswazz opened 8 years ago

Baswazz commented 8 years ago

In the latest Chrome when i open the modal the text is a little blurry. When i select a few letters with my mouse cursor it is corrected. I don't see this in Firefox. It also occur with the example files.

Softcadbury commented 8 years ago

I have this problem too. Seems that the blur also disappears when I click outside of chrome.

screenshot

nickpish commented 8 years ago

I am seeing the same; is there any known fix for this issue?

dfyx commented 8 years ago

Also seeing this in latest Opera (chromium-based) on Windows 7.

remodal_blurry remodal_crisp

(Click the images for full size which makes the effect much more visible)

vodkabears commented 8 years ago

Please, try to disable hardware acceleration in CSS: remove this property – transform: translate3d(0, 0, 0).

vodkabears commented 8 years ago

Does it help?

Softcadbury commented 8 years ago

Seems to work for me, thank you.

tanimoto-true commented 7 years ago

I'm using remodal ver 1.1.1(the latest at this moment) and chrome ver 57(the latest at this moment) This still happens. When modal opens, texts are blurry. Once I move mouse, it becomes clear.

Any tips to fix it??

Softcadbury commented 7 years ago

Yes, the last release didn't fix the blur. I still have to remove the property translate3d in remodal-default-theme.css to avoid it.