simplifying zoom settings so scroll and click arent significantly different

This commit is contained in:
thatcher 2013-03-06 07:43:12 -05:00
parent 0bdc4383bd
commit 75f7589312

View File

@ -482,9 +482,9 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
springStiffness: 7.0,
clickTimeThreshold: 300,
clickDistThreshold: 5,
zoomPerClick: 1.5,
zoomPerScroll: 1.5,
zoomPerSecond: 1.5,
zoomPerClick: 2,
zoomPerScroll: 1.1,
zoomPerSecond: 1.0,
animationTime: 1.0,
blendTime: 0,
alwaysBlend: false,