Created
September 5, 2018 00:01
-
-
Save animoplex/7c9fe8f60ed2032d12177815b8c42b14 to your computer and use it in GitHub Desktop.
Source Text Expressions - After Effects Expression by Animoplex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Source Text Expressions - Created by Animoplex: www.animoplex.com | |
// A few basic ways to manipulate and combine source text with other elements. | |
// Full Tutorial: https://www.youtube.com/watch?v=_XeV8NEtwjg | |
// Text Reference Example | |
comp("Template").layer("Title").text.sourceText | |
// Source Text + Values + Strings | |
"(" + text.sourceText + ")" | |
// Countdown Example | |
"T minus " + effect("Controller")("Slider").value + " seconds" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment