Does node-webkit have performance issues with css filters? -


i'm using css filter in node-webkit (v0.11.2) application on windows 7 (64 bit) so:

html {     -webkit-filter: invert(); } 

this works fine part, when user maximizes window , attempts drag window, there huge performance lag. lag goes away without filter.

i don't see same performance issues in browser, appears node-webkit issue.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -