JAL-1859 adding "set hoverDelay 0.001;" to Jmol startup seems to improve
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 22 Sep 2015 09:18:18 +0000 (10:18 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 22 Sep 2015 09:18:18 +0000 (10:18 +0100)
responsiveness of hover

examples/embeddedWJmol.html

index 3a2965b..e9bf475 100644 (file)
@@ -274,7 +274,7 @@ jmolInitialize("","JmolApplet-14.2.14_2015.06.11.jar");
 
 <div>
  <script>
-  jmolApplet("500x500","zap; load FILE '1gaq.txt'; frame 0; background black; select all; wireframe off; spacefill off; cartoons; restrict; center *; set selectionhalos true;select 0","jmolView");
+  jmolApplet("500x500","zap; load FILE '1gaq.txt'; frame 0; background black; select all; wireframe off; spacefill off; cartoons; restrict; center *; set selectionhalos true;set hoverDelay 0.001; select 0","jmolView");
  </script>
 </div>
 <div>