Skip to content

Instantly share code, notes, and snippets.

@animoplex
Created September 5, 2018 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save animoplex/7c9fe8f60ed2032d12177815b8c42b14 to your computer and use it in GitHub Desktop.
Save animoplex/7c9fe8f60ed2032d12177815b8c42b14 to your computer and use it in GitHub Desktop.
Source Text Expressions - After Effects Expression by Animoplex
// 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