From 807cdd337cb64fe312c662694be1a270e0918754 Mon Sep 17 00:00:00 2001 From: thatcher Date: Tue, 26 Feb 2013 22:44:25 -0500 Subject: [PATCH] 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 --- src/openseadragon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index 5afc960a..48525402 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -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