Skip to content

Instantly share code, notes, and snippets.

@aescripts
Last active August 20, 2022 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aescripts/c119380ff81a5c9ed9efed6e8dff90a7 to your computer and use it in GitHub Desktop.
Save aescripts/c119380ff81a5c9ed9efed6e8dff90a7 to your computer and use it in GitHub Desktop.
#AfterEffects #Expression as requested by @ABAOProductions https://twitter.com/abaoproductions/status/940609265638760454
/*
As requested by @ABAOProductions https://twitter.com/abaoproductions/status/940609265638760454
Add this expression to the SourceText property of a Text Layer
*/
a="ABCDEFGHIJKLMNOPQRSTUVWXYZ";
fps=1;
a.charAt((timeToFrames(time,fps)%a.length-1)+1);
@aescripts
Copy link
Author

ezgif-5-51972346b4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment