zoom-in effect using satellite images
Hello.
I'd like to simulate a fast zoom-in/out effect with motion-blur between following satellite images. Is there a trick for this using Jitter?
thanks.

I would try the following:
Use jit.gl.layer for each image and define the @layer attribute accordingly to priority;
Zoom in (automate scale) each image a little more than the image that will succeed it;
Reduce the alpha channel progressively (fade out) when the first image coincides with the second and so on;
If needed, then capture the scene to texture and use a motion blur effect.
Good luck!