From e56632c96fe71d27729856a4741525c8ca9d3076 Mon Sep 17 00:00:00 2001 From: thatcher Date: Thu, 28 Feb 2013 15:56:50 -0500 Subject: [PATCH] blendTime needs to be equal to animationTime to avoid blurred images --- src/openseadragon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index 35336f83..85c88464 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,