How do you make text box fade?
Is there a way to make a text box fade in/out instead of them popping in/out?
-
I would imagine a keyframe could handle this, one for fade out, one for fade in, but maybe someone else knows another method too.
-
I used a timer counting from 0 to 5. I connected the output to a calculator multiplying the result by 20. This gives an output of 0-100. That goes into another calculator’s B input and it is set to 100 - B. So now the output is 100-0 counting down.
That output goes into the text box opacity inputs - text opacity, text box opacity and border opacity
The result is a text box that fades away -
Hi,
I'd just use a keyframe with smoothing on, set to adjust the transparency of the text.
John
Please sign in to leave a comment.