Remember to return value
if nothing is returned, else it will throw error Undefined value used in expression
.
Last active
June 21, 2021 18:43
-
-
Save yuna0x0/15061d306ceb64f511e4122cfbe35d5f to your computer and use it in GitHub Desktop.
After Effects Expressions (JavaScript) - Notes and Example
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
if(time >= 0 && time <= 15.35) | |
wiggle(4, 10); | |
else | |
value; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment