SafariおよびWebKitにて、要素に適用されるCSS colorプロパティの値が変化したにも関わらず、直ちにレンダリング結果に反映されない問題を回避
SafariおよびWebKitにて、要素に適用されるCSS colorプロパティの値が変化したにも関わらず、直ちにレンダリング結果に反映されない問題(発生条件不明)を回避:
Workaround for the issue that the rendered result on the latest Safari and WebKit in some cases doesn't reflect the changed CSS color property value that has just been applied to the element:
.YOUR_SELECTOR_FOR_THAT_ELEMENT {
transition: color 1ms linear 0ms;
}
Author And Source
この問題について(SafariおよびWebKitにて、要素に適用されるCSS colorプロパティの値が変化したにも関わらず、直ちにレンダリング結果に反映されない問題を回避), 我々は、より多くの情報をここで見つけました https://qiita.com/data9824/items/05466b6c6fa14a11d331著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .