LoginSignup
16
14

More than 5 years have passed since last update.

Safariでtransitionをかけると、文字が一瞬細くなるバグの解決法

Posted at

自分向けの備忘録です

CSSでtransitionをかけて、背景を変えると、
safariだけ文字が一瞬細くなるバグ


body {
    -webkit-font-smoothing: antialiased;
}

とすることで解決しました。

16
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
14