I must be having a brain freeze.. Can't figure out how to zoom and scroll with lerp, so that one point of the layer (tip of the flag) always remain in the same fixed position on the screen (where the red cross is).
Zooming is simple:
Set layout scale to lerp(LayoutScale, newScale, dt)
But how do I scroll?