Evaluate Text Layer - After Effects Expression by Animoplex
This file contains 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
// Evaluate Text Layer - Created by Animoplex: www.animoplex.com | |
// Read and execute an expression from a text layer in After Effects. | |
// Note: Evaluated quotation marks must be straight quotes, not curly quotes. | |
// Full Tutorial: https://www.youtube.com/watch?v=Wkr_XOpsAFU&t=19s | |
eval(thisComp.layer("Text Layer 1").text.sourceText.value); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment