DOUM Coding

CSS Property Explanation 44

44. will-change

Ye property browser ko pehle se bata deti hai ki kaunse elements change hone wale hain, jisse performance improve hoti hai.

Use Case:

Agar kisi div ka hover par transform hone wala ho to will-change: transform; ka use karein.

Example:

.box {
will-change: transform;
}

Isse animation aur transition smooth ho jayenge.
If you like this type of informative post, please like for more!

1 month ago | [YT] | 4