mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-06 07:13:31 +03:00
tweaking default setting to find optimal performance point while preserving responsivness
This commit is contained in:
parent
f0c7870f4e
commit
0b75a2f259
1 changed files with 3 additions and 3 deletions
|
@ -485,10 +485,10 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||
clickTimeThreshold: 300,
|
||||
clickDistThreshold: 5,
|
||||
zoomPerClick: 2,
|
||||
zoomPerScroll: 1.1,
|
||||
zoomPerScroll: 1.2,
|
||||
zoomPerSecond: 1.0,
|
||||
animationTime: 1.0,
|
||||
blendTime: 0,
|
||||
animationTime: 1.2,
|
||||
blendTime: 0.1,
|
||||
alwaysBlend: false,
|
||||
autoHideControls: true,
|
||||
immediateRender: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue