mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Updated Comment
This commit is contained in:
parent
7ad748799e
commit
9684a83b8c
@ -293,8 +293,8 @@
|
|||||||
* @property {Number} [maxTilesPerFrame=1]
|
* @property {Number} [maxTilesPerFrame=1]
|
||||||
* The number of tiles loaded per frame. As the frame rate of the client's machine is usually high (e.g., 50 fps),
|
* The number of tiles loaded per frame. As the frame rate of the client's machine is usually high (e.g., 50 fps),
|
||||||
* one tile per frame should be a good choice. However, for large screens or lower frame rates, the number of
|
* one tile per frame should be a good choice. However, for large screens or lower frame rates, the number of
|
||||||
* loaded tiles per frame can be adjusted here. (Note that the actual frame rate is given by the client's
|
* loaded tiles per frame can be adjusted here. Reasonable values might be 2 or 3 tiles per frame.
|
||||||
* browser and machine).
|
* (Note that the actual frame rate is given by the client's browser and machine).
|
||||||
*
|
*
|
||||||
* @property {Number} [pixelsPerWheelLine=40]
|
* @property {Number} [pixelsPerWheelLine=40]
|
||||||
* For pixel-resolution scrolling devices, the number of pixels equal to one scroll line.
|
* For pixel-resolution scrolling devices, the number of pixels equal to one scroll line.
|
||||||
|
Loading…
Reference in New Issue
Block a user