Hovering over CSS transition in Safari lightens certain font color

后端 未结 7 1354
北恋
北恋 2020-12-13 14:56

In my CSS I defined a transition for a class. For some reason, when I hover over the class with the transition, the transition-duration for some reason alters t

相关标签:
7条回答
  • 2020-12-13 15:38

    For rotation() maybe it's fine, but for scale() It didn't worked the -webkit-transform: translateZ(0); formula.

    I used :

    -webkit-font-smoothing: antialiased;
    
    0 讨论(0)
提交回复
热议问题