LeaVerou / prefixfree

Break free from CSS prefix hell!
http://projects.verou.me/prefixfree/
MIT License
3.83k stars 712 forks source link

Add 'will-change' to the 'valueProperties' list. #6114

Closed pygy closed 8 years ago

pygy commented 8 years ago

https://developer.mozilla.org/en-US/docs/Web/CSS/will-change

For the sake of completeness. It is probably not very relevant, at least for the main use case: transform, and opacity, which are unprefixed in browsers that support will-change. That property is also a pure performance optimization.

Aside, if this was accepted, do you want me to regenerate the minified version?

LeaVerou commented 8 years ago

Thanks! Sure, feel free to send a new PR for the minified version. You don't have to though, I'll do it eventually.