AE文字的表达式

2024-10-20 12:02:23

现在我们来学习AE文字的表达式

文字的随机变化

1、新建空文本,在源文本上写表达式,看看会发生什么posterizeTime(3);var randomNumber=random(48,122);var myText=String.fromCharCode(randomNumber);myText文本就会随机变化

AE文字的表达式

读秒的表达式

1、新建文本层,不用输文字,加入滑块控制,K帧,从0到100。写表达式:effect("滑块控制")("滑块")

AE文字的表达式

3、另外一种,是这样:timeToCurrentFormat(t = time + thisComp.displayStartTime, fps = 1.0 / thisComp.frameDuration, isDuration = false, ntscDropFrame = thisComp.ntscDropFrame)ntcs是美制时间

AE文字的表达式

2、快速模糊,写表达式,直接连追踪。

AE文字的表达式

4、还可以这样。

AE文字的表达式
猜你喜欢