You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i try to keep the translateX and translateY to be the same when reaching the max zoom when scaleX or scaley === 3.
how can we do that?
but i also want it to be able to drag
Object {
"scaleX": 3,
"scaleY": 3,
"translateX": -528.1742063998316, - > this keep changing when user keep doing zoom in
"translateY": -173.31884437708027 - > this keep changing when user keep doing zoom in
}
tnx
The text was updated successfully, but these errors were encountered:
Hi,
i try to keep the translateX and translateY to be the same when reaching the max zoom when scaleX or scaley === 3.
how can we do that?
but i also want it to be able to drag
tnx
The text was updated successfully, but these errors were encountered: