panzoom
panzoom copied to clipboard
A library for panning and zooming elements using CSS transforms :mag:
### Describe the bug A [Firefox bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1729465) causes one pointer to "freeze" during a pinch gesture. This causes pinch in panzoom to work incorrectly. The easiest solution for this is...
I have a bit of a challenge for you. Maybe this is possible already? **What problem does this feature solve?** Assume you have an SVG map. It'd be nice to...
### Describe the bug zoomToPoint does not have animation even though zoomOptions has set both globally and zoomToPoint function call (as a param). ### Your environment MacOS Ventura 13.1 -...
### Describe the bug We are using Panzoom to be able to zoom in and out in a large "design board" (20000 x 20000 px) that has inside many other...
### PR Checklist Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository. - [x] I am requesting to **pull a topic/feature/bugfix branch** (right side). In other words, not *main*. -...
Hi! First, congratulations for this amazing library! I noted that when enabling PinchAndPan, when pinching, the focus of the Zoom is not exactly in the center of the two fingers....
### Describe the bug When using a mouse (or a single pointer), zooming whilst panning causes the document to jitter as the pan start position is not adjusted. ### Your...
### PR Checklist Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository. - [x] I am requesting to **pull a topic/feature/bugfix branch** (right side). In other words, not *main*. -...
**What problem does this feature solve?** High-level idea: It would be really cool to be able to use `Panzoom` to enable an interactive "infinite canvas" like Figma/Miro, and use the...
Hello Cool library - thanks for all the hard work! I am trying to crop the visible area of a panzoom controlled image. I'm doing this by converting the image...