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 dword value of 10001 wpfapplication1.exe registry @ hklm\software\microsoft\internet explorer\main\featurecontrol\feature_browser_emulation. (we set value wow6432 version of same key)
  • set feature_gpu_rendering 1 wpfapplication1.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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -