5 amazing CSS properties you won't believe really exist 🎨
🧵 👇🏻
1️⃣ touch-action
The touch-action CSS property sets how an element's region can be manipulated by a touchscreen user (for example, by zooming features built into the browser).
This propety accepts the following values 👇🏻
2️⃣ will-change
You can optimize the performance of your web page by adding one line of CSS🤯
The will-change CSS property hints to browsers how an element is expected to change. It can increase the speed by doing potentially expensive work before they are actually required.