(x = 0, y = 0, animation = false)
| 2421 | } |
| 2422 | |
| 2423 | function zoomMove(x = 0, y = 0, animation = false) |
| 2424 | { |
| 2425 | if(!haveZoom) return; |
| 2426 | |
| 2427 | dragZoom(x, y, animation); |
| 2428 | dragZoomEnd(true); |
| 2429 | } |
| 2430 | |
| 2431 | // Reset zoom or show in original size if is current in 1 scale |
| 2432 | function resetZoom(animation = true, index = false, apply = true, center = true, delayed = false) |