git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c3a5f9
)
JAL-1859 adding "set hoverDelay 0.001;" to Jmol startup seems to improve
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Tue, 22 Sep 2015 09:18:18 +0000
(10:18 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Tue, 22 Sep 2015 09:18:18 +0000
(10:18 +0100)
responsiveness of hover
examples/embeddedWJmol.html
patch
|
blob
|
history
diff --git
a/examples/embeddedWJmol.html
b/examples/embeddedWJmol.html
index
3a2965b
..
e9bf475
100644
(file)
--- a/
examples/embeddedWJmol.html
+++ b/
examples/embeddedWJmol.html
@@
-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>