Hovering over CSS transition in Safari lightens certain font color

后端 未结 7 1357
北恋
北恋 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;
    

提交回复
热议问题