From 23729685184bf70597c607bab59f95be80336830 Mon Sep 17 00:00:00 2001 From: thatcher Date: Tue, 26 Feb 2013 23:52:23 -0500 Subject: [PATCH] refs #4 - have noticed navigator is often blurry when rendered. changing blendTime can alleviate or worsen this issue if it is more or less than the animationTime (respectively). Im setting this to the value equal to animationTime as a hot patch while we figure out why these two variables are coupled. --- src/openseadragon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index 43ac1437..af41bf6a 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -488,7 +488,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){ zoomPerScroll: 1.2, zoomPerSecond: 2.0, animationTime: 1.5, - blendTime: 0.5, + blendTime: 1.5, alwaysBlend: false, autoHideControls: true, immediateRender: false,