tweaking default setting to find optimal performance point while preserving responsivness

This commit is contained in:
thatcher 2013-03-14 07:22:15 -04:00
parent f0c7870f4e
commit 0b75a2f259

View File

@ -485,10 +485,10 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
clickTimeThreshold: 300, clickTimeThreshold: 300,
clickDistThreshold: 5, clickDistThreshold: 5,
zoomPerClick: 2, zoomPerClick: 2,
zoomPerScroll: 1.1, zoomPerScroll: 1.2,
zoomPerSecond: 1.0, zoomPerSecond: 1.0,
animationTime: 1.0, animationTime: 1.2,
blendTime: 0, blendTime: 0.1,
alwaysBlend: false, alwaysBlend: false,
autoHideControls: true, autoHideControls: true,
immediateRender: false, immediateRender: false,