OpenSeadragon 旋转 学习记录(三)

旋转

官方示例: http://openseadragon.github.io/examples/ui-rotation/

OpenSeadragon({
    ...
    // Initial rotation angle
    degrees: 90,
    // Show rotation buttons
    showRotationControl: true,
    // Enable touch rotation on tactile devices
    gestureSettingsTouch: {
        pinchRotate: true
    }
});

 

posted on 2021-11-04 11:22  小糖堆儿笔记  阅读(116)  评论(0编辑  收藏  举报