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.

This commit is contained in:
thatcher 2013-02-26 23:52:23 -05:00
parent 72d5ee8fb8
commit 2372968518

View File

@ -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,