CSS @keyframes scale text blurry

自作多情 提交于 2019-12-11 07:58:12

问题


I scale text in @keyframes animation, when the text is increased, it becomes a blurry, how can I prevent it?

JS Bin Example

Thanks!


回答1:


Easiest way to resolve issue is to make the largest state scale 1, and the smaller state scale 0.5, and adjust the font size accordingly. See http://jsbin.com/zonuriza/3/edit. I also updated it to function properly in Firefox.



来源:https://stackoverflow.com/questions/24415066/css-keyframes-scale-text-blurry

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!