mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 15:12:07 +03:00
simplifying zoom settings so scroll and click arent significantly different
This commit is contained in:
parent
a5421917a4
commit
464cf076a6
@ -484,9 +484,9 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||||||
springStiffness: 7.0,
|
springStiffness: 7.0,
|
||||||
clickTimeThreshold: 300,
|
clickTimeThreshold: 300,
|
||||||
clickDistThreshold: 5,
|
clickDistThreshold: 5,
|
||||||
zoomPerClick: 2.0,
|
zoomPerClick: 1.5,
|
||||||
zoomPerScroll: 1.2,
|
zoomPerScroll: 1.5,
|
||||||
zoomPerSecond: 2.0,
|
zoomPerSecond: 1.5,
|
||||||
animationTime: 1.0,
|
animationTime: 1.0,
|
||||||
blendTime: 0,
|
blendTime: 0,
|
||||||
alwaysBlend: false,
|
alwaysBlend: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user