本文介绍了CSS @keyframes规模文字模糊的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在规模@keyframes动画,文字文本时增加,就变成一个模糊的,哪能prevent呢?
I scale text in @keyframes animation, when the text is increased, it becomes a blurry, how can I prevent it?
谢谢!
推荐答案
要解决问题最简单的方法是使最大规模的状态1,较小规模的状态0.5,并相应地调整字体大小。请参见。我也更新它在Firefox正常工作。
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.
这篇关于CSS @keyframes规模文字模糊的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!