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 - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -