mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 15:12:07 +03:00
tweaking default setting to find optimal performance point while preserving responsivness
This commit is contained in:
parent
f0c7870f4e
commit
0b75a2f259
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user