Zoom Canvas to Mouse Cursor

后端 未结 4 1916
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-22 15:03

I\'m programming a HTML5 < canvas > project that involves zooming in and out of images using the scroll wheel. I want to zoom towards the cursor like google maps does but

4条回答
  •  自闭症患者
    2020-11-22 15:49

    I hope, these JS libraries will help you: (HTML5, JS)

    1. Loupe

    http://www.netzgesta.de/loupe/

    1. CanvasZoom

    https://github.com/akademy/CanvasZoom

    1. Scroller

    https://github.com/zynga/scroller

    As for me, I'm using loupe. It's awesome! For you the best case - scroller.

提交回复
热议问题