How do I make the camera bounce?

Hi guys! In the story I’m writing I’m trying to get the camera to show the full background then bounce back to zone 1. I used the @pan so the reader could see each zone, but I need to make It bounce back and I have no idea how!

To go back to zone 1:

@pan to zone 1

To go back to zone 1, you can also add time (ex. 4 seconds):

@pan to zone 1 in 4

You can also go back to zone 1 in a specific amount of time using an easing function:

@pan to zone 1 in 4 using easebounceout

&

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.