anvaka / panzoom

Universal pan and zoom library (DOM, SVG, Custom)
https://anvaka.github.io/panzoom/demo/attach-via-script.html
MIT License
1.83k stars 293 forks source link

zoomend not triggered with smoothZoomAbs #289

Open lpoupet opened 2 years ago

lpoupet commented 2 years ago

Hi, I'm trying to use on('zoomend') but it's never triggered if I'm using smoothZoomAbs. I'm pretty sure that : https://github.com/anvaka/panzoom/blob/990285354bdc988f596fc143eaf0a487b71790a4/dist/panzoom.js#L899 is missing a done parameter no ?

See PR if you want : https://github.com/anvaka/panzoom/pull/290