我在网站的布局中使用 css3 转换来获得一些“活泼”的角度,它确实影响了文本的易读性。这是我正在谈论的一个例子......
http://rotatetest.s3-external-3.amazonaws.com/index.html
上面示例中的文本使用 css 转换和 jquery 插件进行比较,两者都产生相同的锯齿状结果。
有没有什么技术可以让结果更流畅,也许是使用画布的东西???
我在网站的布局中使用 css3 转换来获得一些“活泼”的角度,它确实影响了文本的易读性。这是我正在谈论的一个例子......
http://rotatetest.s3-external-3.amazonaws.com/index.html
上面示例中的文本使用 css 转换和 jquery 插件进行比较,两者都产生相同的锯齿状结果。
有没有什么技术可以让结果更流畅,也许是使用画布的东西???
You could try font-smooth but I doubt that this will solve your problem:
https://developer.mozilla.org/en/CSS/font-smooth
(BTW: The jQuery and CSS examples both use the same css transform so they are equivalent - no need to post both)