will-change
Utilities for optimizing upcoming animations of elements that are expected to change.
| Utility | Styles |
|---|---|
will.change.auto | will-change: auto; |
will.change.scroll | will-change: scroll-position; |
will.change.contents | will-change: contents; |
will.change.transform | will-change: transform; |
will.change[*<value>*] | will-change: var(*<custom-property>*); |