Skip to content

Instantly share code, notes, and snippets.

@animoplex
Created December 22, 2018 06:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save animoplex/8acd3c2eb7e1dff993dc3012d859b292 to your computer and use it in GitHub Desktop.
Save animoplex/8acd3c2eb7e1dff993dc3012d859b292 to your computer and use it in GitHub Desktop.
After Effects Number Methods - After Effects Expression by Animoplex
// After Effects Number Methods - Created by Animoplex: www.animoplex.com
// List of compatible number methods in After Effects expressions and what they do.
// Full Tutorial: https://www.youtube.com/watch?v=l7Xd8mkqWfc&t=268s
// Outputs 10 as an integer, converting it from a string.
Number("10")
// Outputs 1 as an integer, the first valid number in the string. It ignores the second integer
parseInt("Layer 1 Copy 2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment