mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 13:53:31 +03:00
Update documentation to match new flag behavior
This commit is contained in:
parent
3cb5152905
commit
8c6d1f4f88
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue