cant set blendTime to 0, causes strange behavior in navigator and lip tile sources. should have made the basic config changes in #2 and #3 in a diferent branch related to #4. will do before pulling

This commit is contained in:
thatcher 2013-02-26 22:44:25 -05:00
parent 6d3ddd8095
commit 807cdd337c

View File

@ -488,15 +488,15 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
zoomPerScroll: 1.2,
zoomPerSecond: 2.0,
animationTime: 1.5,
blendTime: 0,
blendTime: 0.5,
alwaysBlend: false,
immediateRender: true,
//DEFAULT CONTROL SETTINGS
showSequenceControl: true, //SEQUENCE
preserveViewport: false, //SEQUENCE
autoHideControls: true,
showNavigationControl: true, //ZOOM/HOME/FULL/SEQUENCE
autoHideControls: true,
controlsFadeDelay: 2000, //ZOOM/HOME/FULL/SEQUENCE
controlsFadeLength: 1500, //ZOOM/HOME/FULL/SEQUENCE
mouseNavEnabled: true, //GENERAL MOUSE INTERACTIVITY