postcss-will-change-transition icon indicating copy to clipboard operation
postcss-will-change-transition copied to clipboard

"It’s important not to overuse the will-change..."

Open voku opened this issue 8 years ago • 2 comments

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/

voku avatar Jun 12 '17 20:06 voku

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?

megatolya avatar Jun 13 '17 09:06 megatolya

Added your note to readme

megatolya avatar Jun 13 '17 10:06 megatolya