mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
blendTime needs to be equal to animationTime to avoid blurred images
This commit is contained in:
parent
2819ff14e5
commit
e56632c96f
@ -488,7 +488,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
||||
zoomPerScroll: 1.2,
|
||||
zoomPerSecond: 2.0,
|
||||
animationTime: 1.5,
|
||||
blendTime: 0.5,
|
||||
blendTime: 1.5,
|
||||
alwaysBlend: false,
|
||||
autoHideControls: true,
|
||||
immediateRender: false,
|
||||
|
Loading…
Reference in New Issue
Block a user