Hello all,
I have a question:
I want to animate the zoom into an image, but not into its center, but into a certain area of the image (e.g. a dog or cat (or where I click the mouse) on a much bigger image).
I use scale but this is increasing the size from the upper left corner. Bad.
So additional I use translate (xdiff,ydiff);
let’s say during the animation in draw I say scl += 0.033;
and xdiff-=5; ydiff-=5; but what values do I have to use here?
And how can I make sure the point clicked with the mouse zooms into the center?
Thank you!
Chrisir