AdamRisberg / react-image-magnifiers

A collection of responsive, image magnifying React components for mouse and touch.
MIT License
347 stars 60 forks source link

Is there an event triggered when the zoom starts? #12

Closed mihai-rebag closed 4 years ago

mihai-rebag commented 4 years ago

Hello! Nice plugin, thanks a lot for prompt updates. Is there a way to know when the zoom event starts? Couldn't find anything. I need to execute some functions when the zoom event starts and again when it ends (I'm using double click and tap)

AdamRisberg commented 4 years ago

Sorry it took me so long to respond. I'm looking into adding this feature today and I'll let you know when it's finished.

AdamRisberg commented 4 years ago

This feature is now available in the newest version (1.2.3). In this version, you can pass callbacks to the "onZoomStart" and "onZoomEnd" props of any magnifier component.

mihai-rebag commented 4 years ago

Works excellent! Thanks a lot!