CSS3 color transition not working in Chrome

后端 未结 9 1155
长情又很酷
长情又很酷 2020-12-15 05:02

The links in the left menu in this website have a CSS3 transition property of the color, which changes on mouse hover. It\'s not working in Chrome 16 or 17 (the

相关标签:
9条回答
  • 2020-12-15 05:32

    @Nijikokun I can confirm the same thing. :visited links do not transition correctly in Chrome. Hooray. It seems like this is an issue that cropped up in version 16 and never got fixed. There are a few bug reports open on the Chromium site.

    http://code.google.com/p/chromium/issues/detail?id=101245&q=visited%20transition&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20Area%20Feature%20Status%20Owner%20Summary

    0 讨论(0)
  • 2020-12-15 05:33

    Two of my link transition work, but the rest doesnt in chrome. They all use the same setting. It seems they work when the link is either mailto: or callto: -- oddly strange if you ask me.

    0 讨论(0)
  • 2020-12-15 05:36

    . . I thought it would be nice to notice that this it not a bug, but intended behavior. Quoting the Mozilla Developer docs:

    Impact on web developers

    Overall, this shouldn't affect web developers too significantly. There are, however, a few special cases that may require changes to sites:

    (...)

    CSS transitions won't be supported for visited links. Fortunately, CSS transitions are very new, and there are few sites using them at this point, so this isn't likely to impact many people at this point.

    0 讨论(0)
提交回复
热议问题