How do I get my title overlay to bounce in?

I am trying to get my title overlay to bounce in. This is my code - when I preview it, the title just appears and the animation didn’t happen. Can anyone help?

@overlay TITLE create
@overlay TITLE opacity 1
@overlay TITLE shifts to -282 263 in zone 1
@overlay TITLE scales to 1.378 1.378
@pause for 1
@overlay TITLE shifts to 15 254 using easebouncein

1 Like

@overlay TITLE shifts to 15 254 in 1 using easebouncein

You need to add in how many seconds you want it to move, otherwise it will be 0

2 Likes

Try

@overlay TITLE shifts to 15 254 in 2 (or however many seconds you want) using easebouncein

2 Likes

Thanks so much!

1 Like

And thanks as well! I’ll try that.

1 Like