will-change
RU: will-change
A CSS property that hints to the browser which properties of an element are likely to change, so the browser can promote the element to its own compositor layer before the change occurs, avoiding a stutter on the first animation frame. It accepts values such as 'transform' and 'opacity'. Because each promoted layer consumes GPU memory, will-change should be applied sparingly and removed after the animation completes.