Skip to content

Instantly share code, notes, and snippets.

@animoplex
Last active August 22, 2022 11:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save animoplex/a0105c323368f87f9f791e4c9d3809e9 to your computer and use it in GitHub Desktop.
Save animoplex/a0105c323368f87f9f791e4c9d3809e9 to your computer and use it in GitHub Desktop.
Evaluate Text Layer - After Effects Expression by Animoplex
// 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