Skip to content

Instantly share code, notes, and snippets.

@yratof
Created October 14, 2021 11:27
Embed
What would you like to do?
After effects posterise wiggle
f = 2; // Freq
a = 10; // Amount
posterizeTime(f); // Posterise it
wiggle(f, a); // Wiggle that
@yratof
Copy link
Author

yratof commented Oct 18, 2021

posterizeTime(10); wiggle(10,10);

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