blendTime needs to be equal to animationTime to avoid blurred images

This commit is contained in:
thatcher 2013-02-28 15:56:50 -05:00
parent 2819ff14e5
commit e56632c96f

View File

@ -488,7 +488,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
zoomPerScroll: 1.2, zoomPerScroll: 1.2,
zoomPerSecond: 2.0, zoomPerSecond: 2.0,
animationTime: 1.5, animationTime: 1.5,
blendTime: 0.5, blendTime: 1.5,
alwaysBlend: false, alwaysBlend: false,
autoHideControls: true, autoHideControls: true,
immediateRender: false, immediateRender: false,