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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -