We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd5cc0 commit 4800d05Copy full SHA for 4800d05
css-will-change/Overview.bs
@@ -52,7 +52,7 @@ Don't Spam 'will-change' Across Too Many Properties or Elements</h4>
52
53
A common initial response to seeing 'will-change' is to assume that code like this is a good idea:
54
55
- <pre>* { will-change: all; }</pre>
+ <pre>* { will-change: transform, opacity /* , ... */; }</pre>
56
57
After all, this tells the browser to go ahead and optimize everything,
58
which has to be good right?
0 commit comments