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;
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments