Created
December 22, 2018 06:58
-
-
Save animoplex/8acd3c2eb7e1dff993dc3012d859b292 to your computer and use it in GitHub Desktop.
After Effects Number Methods - After Effects Expression by Animoplex
This file contains hidden or 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
// 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