Skip to content

Instantly share code, notes, and snippets.

@yuna0x0
Last active June 21, 2021 18:43
Show Gist options
  • Save yuna0x0/15061d306ceb64f511e4122cfbe35d5f to your computer and use it in GitHub Desktop.
Save yuna0x0/15061d306ceb64f511e4122cfbe35d5f to your computer and use it in GitHub Desktop.
After Effects Expressions (JavaScript) - Notes and Example
if(time >= 0 && time <= 15.35)
wiggle(4, 10);
else
value;

Remember to return value if nothing is returned, else it will throw error Undefined value used in expression.

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