mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-06 07:13:31 +03:00
Document flag
This commit is contained in:
parent
97d388be7d
commit
f312bae614
1 changed files with 4 additions and 0 deletions
|
@ -355,6 +355,9 @@
|
|||
* Specifies the animation duration per each {@link OpenSeadragon.Spring}
|
||||
* which occur when the image is dragged, zoomed or rotated.
|
||||
*
|
||||
* @property {Number} [loadTilesOnAnimationPathTiles=true]
|
||||
* If true, tiles are loaded when they are on the path of the animation.
|
||||
* If false, tiles at the animation destination are optimistically loaded
|
||||
* @property {OpenSeadragon.GestureSettings} [gestureSettingsMouse]
|
||||
* Settings for gestures generated by a mouse pointer device. (See {@link OpenSeadragon.GestureSettings})
|
||||
* @property {Boolean} [gestureSettingsMouse.dragToPan=true] - Pan on drag gesture
|
||||
|
@ -1275,6 +1278,7 @@ function OpenSeadragon( options ){
|
|||
dblClickDistThreshold: 20,
|
||||
springStiffness: 6.5,
|
||||
animationTime: 1.2,
|
||||
loadTilesOnAnimationPath: true,
|
||||
gestureSettingsMouse: {
|
||||
dragToPan: true,
|
||||
scrollToZoom: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue