Home / CSS Tips Generated By ChatGPT / The will-change Property in CSS Optimize animations by informing the browser of elements that will change. Source Code .animated-element { will-change: transform, opacity; }