From 5cc76737b4ba42130540a6f3a91685686cd1eb3f Mon Sep 17 00:00:00 2001 From: Michael Gibson Date: Fri, 28 Feb 2025 15:37:13 -0700 Subject: [PATCH] Fix flag type --- src/openseadragon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index a75c3c55..0f2789d9 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -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]