mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 22:03:31 +03:00
Fix flag type
This commit is contained in:
parent
f312bae614
commit
5cc76737b4
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@
|
|||
* Specifies the animation duration per each {@link OpenSeadragon.Spring}
|
||||
* which occur when the image is dragged, zoomed or rotated.
|
||||
*
|
||||
* @property {Number} [loadTilesOnAnimationPathTiles=true]
|
||||
* @property {Boolean} [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]
|
||||
|
|
Loading…
Add table
Reference in a new issue