From: Jim Procter Date: Mon, 3 Aug 2015 15:48:54 +0000 (+0100) Subject: JAL-1821 JAL-1759 reinstate rotation speed configuration - parameter has some effect... X-Git-Tag: Release_2_10_0~556 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=43e35e6940b01e39f046d9005ec3cb1b316a39a9;p=jalview.git JAL-1821 JAL-1759 reinstate rotation speed configuration - parameter has some effect in 14.2 --- diff --git a/src/jalview/ext/jmol/JalviewJmolBinding.java b/src/jalview/ext/jmol/JalviewJmolBinding.java index cec9b0c..0f69aeb 100644 --- a/src/jalview/ext/jmol/JalviewJmolBinding.java +++ b/src/jalview/ext/jmol/JalviewJmolBinding.java @@ -281,7 +281,7 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel String nSeconds = " "; if (files.length > 10) { - nSeconds = " 0.00001 "; + nSeconds = " 0.005 "; } else { @@ -290,7 +290,7 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel } // see JAL-1345 - should really automatically turn off the animation for // large numbers of structures, but Jmol doesn't seem to allow that. - nSeconds = " "; + // nSeconds = " "; // union of all aligned positions are collected together. for (int a = 0; a < _alignment.length; a++) {