mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
reverting a couple changes to core openseadragon options unrelated to issue #3 . will explore these in #4 were they have already been referenced.
This commit is contained in:
parent
d4b02e1aba
commit
a18460a310
@ -481,7 +481,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
||||
maxZoomLevel: null,
|
||||
|
||||
//UI RESPONSIVENESS AND FEEL
|
||||
springStiffness: 7.0,
|
||||
springStiffness: 5.0,
|
||||
clickTimeThreshold: 300,
|
||||
clickDistThreshold: 5,
|
||||
zoomPerClick: 2.0,
|
||||
@ -490,13 +490,13 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
||||
animationTime: 1.5,
|
||||
blendTime: 1.5,
|
||||
alwaysBlend: false,
|
||||
immediateRender: true,
|
||||
autoHideControls: true,
|
||||
immediateRender: false,
|
||||
|
||||
//DEFAULT CONTROL SETTINGS
|
||||
showSequenceControl: true, //SEQUENCE
|
||||
preserveViewport: false, //SEQUENCE
|
||||
showNavigationControl: true, //ZOOM/HOME/FULL/SEQUENCE
|
||||
autoHideControls: true,
|
||||
controlsFadeDelay: 2000, //ZOOM/HOME/FULL/SEQUENCE
|
||||
controlsFadeLength: 1500, //ZOOM/HOME/FULL/SEQUENCE
|
||||
mouseNavEnabled: true, //GENERAL MOUSE INTERACTIVITY
|
||||
|
Loading…
Reference in New Issue
Block a user