retyui / react-quick-pinch-zoom

A react component that providing multi-touch gestures for zooming and dragging on any DOM element.
https://react-quick-pinch-zoom.netlify.app/
312 stars 47 forks source link

Detect when user is panning past the bounds of the zoom container #89

Open sgrund14 opened 1 month ago

sgrund14 commented 1 month ago

Hello!

How would you recommend detecting when an image is zoomed in and the user pans all the way to the bounds of the zoom container?

I'm using this in a carousel, and trying to achieve this effect:

Seems like this would require:

Any pointers appreciated!

Thanks