anvaka / panzoom

Universal pan and zoom library (DOM, SVG, Custom)

Home Page:https://anvaka.github.io/panzoom/demo/attach-via-script.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zoomend not triggered with smoothZoomAbs

lpoupet opened this issue · comments

Hi, I'm trying to use on('zoomend') but it's never triggered if I'm using smoothZoomAbs.
I'm pretty sure that :

function smoothZoomAbs(clientX, clientY, toScaleValue) {
is missing a done parameter no ?

See PR if you want : #290