久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    1. <legend id='G5jjo'><style id='G5jjo'><dir id='G5jjo'><q id='G5jjo'></q></dir></style></legend>

    2. <tfoot id='G5jjo'></tfoot>

    3. <i id='G5jjo'><tr id='G5jjo'><dt id='G5jjo'><q id='G5jjo'><span id='G5jjo'><b id='G5jjo'><form id='G5jjo'><ins id='G5jjo'></ins><ul id='G5jjo'></ul><sub id='G5jjo'></sub></form><legend id='G5jjo'></legend><bdo id='G5jjo'><pre id='G5jjo'><center id='G5jjo'></center></pre></bdo></b><th id='G5jjo'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='G5jjo'><tfoot id='G5jjo'></tfoot><dl id='G5jjo'><fieldset id='G5jjo'></fieldset></dl></div>
      • <bdo id='G5jjo'></bdo><ul id='G5jjo'></ul>

      <small id='G5jjo'></small><noframes id='G5jjo'>

      提高 css3 文本旋轉(zhuǎn)質(zhì)量

      Improve css3 text rotation quality(提高 css3 文本旋轉(zhuǎn)質(zhì)量)
      • <bdo id='gQB6y'></bdo><ul id='gQB6y'></ul>

          <tfoot id='gQB6y'></tfoot>

          <small id='gQB6y'></small><noframes id='gQB6y'>

          • <i id='gQB6y'><tr id='gQB6y'><dt id='gQB6y'><q id='gQB6y'><span id='gQB6y'><b id='gQB6y'><form id='gQB6y'><ins id='gQB6y'></ins><ul id='gQB6y'></ul><sub id='gQB6y'></sub></form><legend id='gQB6y'></legend><bdo id='gQB6y'><pre id='gQB6y'><center id='gQB6y'></center></pre></bdo></b><th id='gQB6y'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='gQB6y'><tfoot id='gQB6y'></tfoot><dl id='gQB6y'><fieldset id='gQB6y'></fieldset></dl></div>

          • <legend id='gQB6y'><style id='gQB6y'><dir id='gQB6y'><q id='gQB6y'></q></dir></style></legend>
              <tbody id='gQB6y'></tbody>

                本文介紹了提高 css3 文本旋轉(zhuǎn)質(zhì)量的處理方法,對(duì)大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                問題描述

                我使用 CSS3 創(chuàng)建了一系列圓形標(biāo)簽.然后我旋轉(zhuǎn)了這些選項(xiàng)卡,但文本(Windows - Chrome)的質(zhì)量很差,并且在轉(zhuǎn)換時(shí)也變暗/模糊".有哪些替代方案?我是否正確應(yīng)用了我的 CSS?我會(huì)更好地旋轉(zhuǎn)標(biāo)簽并保持文本水平嗎?

                I've created a series of rounded tabs using CSS3. I've then rotated these tabs, but the quality of the text (Windows - Chrome) is poor and also 'dims/blurs' on transition. What are the alternatives? Have I applied my CSS correctly? Would I be better to rotate the tabs and keep the text horizontal?

                http://jsfiddle.net/jeepstone/9eGt3/

                推薦答案

                Chrome

                Chrome 默認(rèn)不啟用抗鋸齒功能.但是您可以將此 CSS 屬性添加到您的元素中以啟用它:

                Chrome

                Chrome doesn't enable anti-aliasing by default. But you can add this CSS property to your elements in order to enable it:

                transform: translate3d(0,0,0);
                

                這將強(qiáng)制瀏覽器使用其硬件加速來計(jì)算轉(zhuǎn)換,這將添加一些抗鋸齒作為獎(jiǎng)勵(lì).

                This will force the browser to use its hardware acceleration to calculate the transforms, which will add some anti-aliasing as a bonus.

                同樣的效果也可以通過將 -webkit-backface-visibity 設(shè)置為 hidden:

                The same effect could also be applied by setting the -webkit-backface-visibity to hidden:

                -webkit-backface-visibility: hidden;
                

                這是您更新的 jsfiddle(在 Chrome 中測(cè)試)

                Here is your updated jsfiddle (tested in Chrome)

                http://jsfiddle.net/9eGt3/6/

                Firefox 默認(rèn)啟用抗鋸齒,因此不需要 transform3d hack,但抗鋸齒算法的質(zhì)量因?yàn)g覽器版本而異.以下是一些對(duì)比圖:

                Firefox enables anti-aliasing by default so no transform3d hack is required, but the quality of the anti-aliasign algorithm varies among the browser version. Here are some comparison images:

                分別是 Firefox 5、Firefox 9 和 Chrome.

                Those are Firefox 5, Firefox 9 and Chrome respectively.

                你最好的辦法是調(diào)整你的字體,使它對(duì)抗鋸齒算法更友好.在這種情況下,選擇更粗更大的字體可能會(huì)有所幫助.

                Your best bet here is to tweak your font in order to make it more friendly to the anti-aliasing algorithm. In this case, choosing a bolder and bigger font might help.

                這篇關(guān)于提高 css3 文本旋轉(zhuǎn)質(zhì)量的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                相關(guān)文檔推薦

                Selenium WebDriver get text from CSS property quot;contentquot; on a ::before pseudo element(Selenium WebDriver 從 CSS 屬性“內(nèi)容獲取文本在 ::before 偽元素上)
                CSS Rotate Text Vertical - Extra Space on both sides(CSS垂直旋轉(zhuǎn)文本 - 兩側(cè)的額外空間)
                Safari CSS Bug: Animation Rotation Direction Incorrect?(Safari CSS Bug:動(dòng)畫旋轉(zhuǎn)方向不正確?)
                Rotating 90 degrees in CSS in IE8 and lower(在 IE8 及更低版本的 CSS 中旋轉(zhuǎn) 90 度)
                To rotation an image in canvas using mouse(使用鼠標(biāo)旋轉(zhuǎn)畫布中的圖像)
                html5 - Get device orientation rotation in relative coordinate(html5 - 以相對(duì)坐標(biāo)獲取設(shè)備方向旋轉(zhuǎn))
                <tfoot id='eRpLm'></tfoot>
                <i id='eRpLm'><tr id='eRpLm'><dt id='eRpLm'><q id='eRpLm'><span id='eRpLm'><b id='eRpLm'><form id='eRpLm'><ins id='eRpLm'></ins><ul id='eRpLm'></ul><sub id='eRpLm'></sub></form><legend id='eRpLm'></legend><bdo id='eRpLm'><pre id='eRpLm'><center id='eRpLm'></center></pre></bdo></b><th id='eRpLm'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='eRpLm'><tfoot id='eRpLm'></tfoot><dl id='eRpLm'><fieldset id='eRpLm'></fieldset></dl></div>

                      <bdo id='eRpLm'></bdo><ul id='eRpLm'></ul>
                        1. <small id='eRpLm'></small><noframes id='eRpLm'>

                          <legend id='eRpLm'><style id='eRpLm'><dir id='eRpLm'><q id='eRpLm'></q></dir></style></legend>
                            <tbody id='eRpLm'></tbody>

                          主站蜘蛛池模板: 伊人焦久影院 | 天天躁日日躁性色aⅴ电影 免费在线观看成年人视频 国产欧美精品 | 国产在线视频一区 | 欧美一区二区三区在线观看 | 国产精品欧美一区二区三区不卡 | 久久久一区二区三区四区 | 五月婷婷丁香 | 一区二区播放 | 青青久在线视频 | 超碰在线国产 | 日韩爱爱网站 | 成人免费大片黄在线播放 | 又爽又黄axxx片免费观看 | 午夜精品网站 | 亚洲成人三区 | 搞黄视频免费看 | 国产欧美精品区一区二区三区 | 欧美成人a∨高清免费观看 老司机午夜性大片 | 欧美精品一区二区三区视频 | 夜夜骚视频 | 中文一区 | 日日操夜夜摸 | 欧美中文字幕一区二区三区亚洲 | 一区二区三区在线免费观看 | julia中文字幕久久一区二区 | 日韩在线免费视频 | 日韩精品在线看 | 国产一区二区影院 | 欧美日韩视频 | 欧美福利网站 | 成人自拍视频网站 | 中文字幕一区在线 | 亚洲a视频 | 第四色影音先锋 | 久草在线青青草 | 欧美日韩国产精品一区二区 | 精品一区二区在线视频 | 免费精品久久久久久中文字幕 | 福利av在线 | 国产精品欧美一区二区三区不卡 | 天天插天天狠天天透 |