Slow JS animation in QtWebEngine
Unsolved
General and Desktop
-
Hi!
We use webengine as primary tool for our desktop app user interface.
We are adding animation similar to this button: https://codepen.io/Lewitje/pen/rLmvoO
But we have a problem, in browser our animation works good (in all of them), but in compiled qt application elements in animation moves slower. It looks like it updates not that often. (low fps or something like this)
There is no any processing in the background, compiled app is just a demo of interface. Compiled in release version.Do someone have some experience with this problem?