Advanced Procedural Text Expressions - Adobe After Effects Tutorial

Описание к видео Advanced Procedural Text Expressions - Adobe After Effects Tutorial

This tutorial shows you how to create more advanced procedural text effects using Adobe After Effects. We cover "Source Text", the "Pick Whip", and "Expressions"

I hope you find it helpful.

CODE USED:

var sourceTextProperty = comp("Target Comp Name").layer("Source Text Name").text.sourceText
var newStyle = sourceTextProperty.getStyleAt(0,0);
newStyle.setText(sourceTextProperty);

Комментарии

Информация по комментариям в разработке