willChange
The will-change
CSS property hints to browsers how an element is expected to change. Browsers may set up optimizations before an element is actually changed. These kinds of optimizations can increase the responsiveness of a page by doing potentially expensive work before they are actually required.
Syntax: auto | <animateable-feature>#
Initial value: auto
| Chrome | Firefox | Safari | Edge | IE |
| :----: | :-----: | :-----: | :--: | :-: |
| 36 | 36 | 9.1 | n/a | No |
Content copied to clipboard