mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
simplifying zoom settings so scroll and click arent significantly different
This commit is contained in:
parent
e04813e477
commit
0bdc4383bd
@ -482,9 +482,9 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
||||
springStiffness: 7.0,
|
||||
clickTimeThreshold: 300,
|
||||
clickDistThreshold: 5,
|
||||
zoomPerClick: 2.0,
|
||||
zoomPerScroll: 1.2,
|
||||
zoomPerSecond: 2.0,
|
||||
zoomPerClick: 1.5,
|
||||
zoomPerScroll: 1.5,
|
||||
zoomPerSecond: 1.5,
|
||||
animationTime: 1.0,
|
||||
blendTime: 0,
|
||||
alwaysBlend: false,
|
||||
|
Loading…
Reference in New Issue
Block a user