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

PostCSS plugin to add will-change property after transition declarations

Results 1 postcss-will-change-transition issues
Sort by recently updated
recently updated
newest added

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,...