Document flag

This commit is contained in:
Michael Gibson 2025-02-28 15:35:25 -07:00
parent 97d388be7d
commit f312bae614

View file

@ -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,