mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-22 01:33:14 +03:00
cant set blendTime to 0, causes strange behavior in navigator and lip tile sources. should have made the basic config changes in #2 and #3 in a diferent branch related to #4. will do before pulling
This commit is contained in:
parent
6d3ddd8095
commit
807cdd337c
@ -488,15 +488,15 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||||||
zoomPerScroll: 1.2,
|
zoomPerScroll: 1.2,
|
||||||
zoomPerSecond: 2.0,
|
zoomPerSecond: 2.0,
|
||||||
animationTime: 1.5,
|
animationTime: 1.5,
|
||||||
blendTime: 0,
|
blendTime: 0.5,
|
||||||
alwaysBlend: false,
|
alwaysBlend: false,
|
||||||
immediateRender: true,
|
immediateRender: true,
|
||||||
|
|
||||||
//DEFAULT CONTROL SETTINGS
|
//DEFAULT CONTROL SETTINGS
|
||||||
showSequenceControl: true, //SEQUENCE
|
showSequenceControl: true, //SEQUENCE
|
||||||
preserveViewport: false, //SEQUENCE
|
preserveViewport: false, //SEQUENCE
|
||||||
autoHideControls: true,
|
|
||||||
showNavigationControl: true, //ZOOM/HOME/FULL/SEQUENCE
|
showNavigationControl: true, //ZOOM/HOME/FULL/SEQUENCE
|
||||||
|
autoHideControls: true,
|
||||||
controlsFadeDelay: 2000, //ZOOM/HOME/FULL/SEQUENCE
|
controlsFadeDelay: 2000, //ZOOM/HOME/FULL/SEQUENCE
|
||||||
controlsFadeLength: 1500, //ZOOM/HOME/FULL/SEQUENCE
|
controlsFadeLength: 1500, //ZOOM/HOME/FULL/SEQUENCE
|
||||||
mouseNavEnabled: true, //GENERAL MOUSE INTERACTIVITY
|
mouseNavEnabled: true, //GENERAL MOUSE INTERACTIVITY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user