vodkabears / Remodal

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

blurry text when opening modal window #280

Closed tanimoto-true closed 6 years ago

tanimoto-true commented 7 years ago

I'm using remodal ver 1.1.1(current version) and chrome ver 57(current version)

When modal opens, texts are blurry. Once I move mouse outside the window, it becomes clear.

Any tips to fix it??

bobtehbuidler commented 7 years ago

The only way I found to fix this was to change the animation duration in the theme CSS. If you're using remodal-default-theme.css, change lines 69 and 70 from 0.3 to 0.1 seemed to stop it getting stuck at the end of the transition. I hope this helps.

tanimoto-true commented 6 years ago

Thanks for the tips! I close this issue.