Update documentation to match new flag behavior

This commit is contained in:
Michael Gibson 2025-03-07 21:21:40 -07:00
parent 3cb5152905
commit 8c6d1f4f88

View file

@ -356,8 +356,8 @@
* which occur when the image is dragged, zoomed or rotated.
*
* @property {Boolean} [loadDestinationTilesOnAnimation=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
* If true, tiles are loaded only at the destination of an animation.
* If false, tiles are loaded along the animation path during the animation.
* @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