Page 1 of 1

Zoom2D. Smoothly return to original camera position?

Posted: Sat May 07, 2022 10:01 pm
by Jago1996
I am making a scene, I am using the sequencer and zooming in the camera with Zoom2D.

I know that the sequencer saves the original position of the camera and instantly returns you back to it. But is there a way to make it smoothly move back to that position?

Re: Zoom2D. Smoothly return to original camera position?

Posted: Sun May 08, 2022 9:04 am
by Tony Li
Hi,

You can use the special keyword 'original'. To return to the original position smoothly over 2 seconds:

Code: Select all

Zoom2D(original, , 2)

Re: Zoom2D. Smoothly return to original camera position?

Posted: Sun May 08, 2022 12:19 pm
by Jago1996
Thank you very much, I literally read that in the documentation and somehow didn't know what it did. I must have skimmed over it. Thanks for saving me so much time!

Re: Zoom2D. Smoothly return to original camera position?

Posted: Sun May 08, 2022 2:10 pm
by Tony Li
Glad to help!