Hey guys! Do you all know how to code a text animation where the text would appear on the screen in a bouncy way? The text would be an overlay. I’m not talking about the animation section under the text on the script. I’m talking about an actual overlay text where I could animate the text to appear on the screen. First, I would want the text off the screen and then appear in the middle with a bounce. PLEASE RESPOND ASAP!!!
You need to use ease functions, first you need to put your overlay “off” screen then move it to the middle in how many time you want and add the ease function you’d like, you can test them all out to see which one you like best
btw this was unnecessary, it just sounds rude tbh
So sorry! thank you for the reply but I still can’t figure it out …
No worries!
and alright, do you want your overlay to “appear” from the top, bottom, left, right or just “appear” in the middle?
I want it to appear in the middle.
This is an example of my code from my story, the overlay appears from the middle, you need to change the overlay name to yours and you can also change the shift and scale to fit what looks good to you
INT. WHITE BACKGROUND
@transition fade in white in 1
@pause for 0.60
@overlay WARNING OV create
@overlay WARNING OV opacity 1
@overlay 5437376648380416_WARNING OV shifts to 82 185 in zone 1
@overlay 5437376648380416_WARNING OV scales to 0.334 0.334
&overlay 5437376648380416_WARNING OV shifts to 10 -28 in zone 1 in 1 using easebackout
@overlay 5437376648380416_WARNING OV scales to 0.946 0.946 in 1 using easebackout
THANK YOU IT WORKED!!! Appreciate you tons!!
You’re welcome, so glad it worked!!
Moved to Directing Help and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.