html5 - CSS3 animations perform worse in a web browser control than IE10 -
i made new wpf project web browser control in it. when load html page css3 transformations in both simple app , plain ie10 (both on windows 8, versions), there vast different in performance. inside webbrowser control choppy, in ie10 smooth.
things have tried:
- installed high end video card
- added
dwordvalue of10001wpfapplication1.exe registry @hklm\software\microsoft\internet explorer\main\featurecontrol\feature_browser_emulation. (we set value wow6432 version of same key) - set
feature_gpu_rendering1wpfapplication1.exe (e.g.hkey_local_machine\software\wow6432node\microsoft\internet explorer\main\featurecontrol\feature_gpu_rendering) - confirmed both these new values being read application using process monitor.
does know more tricks force web browser control behave ie10? know there lot of featurecontrols turned on default in ie off in web browser control, doesn't more affect animation performance.
Comments
Post a Comment