postcss-will-change-transition
postcss-will-change-transition copied to clipboard
"It’s important not to overuse the will-change..."
will-change is only efficient if you use it in the correct situation... mostly you will need JS (or e.g. a parent-hover-selector) to assign and remove it afterwards (e.g. for touchstart, touchend,...)
- https://developer.mozilla.org/en-US/docs/Web/CSS/will-change
- https://www.sitepoint.com/introduction-css-will-change-property/
- https://css-tricks.com/almanac/properties/w/will-change/
Totally agree. You should understand why u use this plugin. In my project it doesn't contradict with will-change idea so i posted it. Do you want to propose smth or just want to warn me?
Added your note to readme