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?
Zoom2D. Smoothly return to original camera position?
Re: Zoom2D. Smoothly return to original camera position?
Hi,
You can use the special keyword 'original'. To return to the original position smoothly over 2 seconds:
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?
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?
Glad to help!